/[lwip]/lwip/src/api/tcpip.c
ViewVC logotype

Diff of /lwip/src/api/tcpip.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jani, Wed Mar 19 11:23:46 2003 UTC revision 1.8 by jani, Wed Mar 19 15:27:56 2003 UTC
# Line 165  tcpip_init(void (* initfunc)(void *), vo Line 165  tcpip_init(void (* initfunc)(void *), vo
165    tcpip_init_done = initfunc;    tcpip_init_done = initfunc;
166    tcpip_init_done_arg = arg;    tcpip_init_done_arg = arg;
167    mbox = sys_mbox_new();    mbox = sys_mbox_new();
168    sys_thread_new(tcpip_thread, NULL);    sys_thread_new(tcpip_thread, NULL, TCPIP_THREAD_PRIO);
169  }  }
170  /*-----------------------------------------------------------------------------------*/  /*-----------------------------------------------------------------------------------*/
171    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26