Hello,

Talking with respect to the code below from
http://lwip.scribblewiki.com/Porting_for_an_OS , should the structure
thread_struct_wrapper have a member of sys_timeo or sys_timeouts ?

************************
struct thread_struct_wrapper {
  struct thread_struct_wrapper *next;
  MY_OS_THREAD_TYPE thread; // not a ptr in this example, but the actual space
  struct sys_timeo *timeouts;
};

***********************

Thanks and regards,

AB
_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to