reimplemented receiver calls (earlier tcpip_input) from inside multithreaded environment
This commit is contained in:
parent
fa6748f45a
commit
d272b062f0
5 changed files with 21 additions and 11 deletions
|
@ -26,7 +26,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: simEnvChange.c,v 1.6 2006/10/09 14:42:38 fros4943 Exp $
|
||||
* $Id: simEnvChange.c,v 1.7 2007/08/21 13:09:55 fros4943 Exp $
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -39,7 +39,7 @@ extern const struct simInterface *simInterfaces[];
|
|||
|
||||
char simDontFallAsleep = 0;
|
||||
char simNoYield = 0;
|
||||
char simDoTcpipInput = 0;
|
||||
char simDoReceiverCallback = 0;
|
||||
|
||||
int simProcessRunValue;
|
||||
int simEtimerPending;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue