Also can anybody point out where the sys_timeouts list is populated? I can
only see reading from it using the sys_timeouts() function, which has
initial value NULL, so everything keeps becoming NULL. What am i doing
wrong?

Thanks and regards,

AB

On Thu, Aug 28, 2008 at 2:13 PM, Akshat Bisht <[EMAIL PROTECTED]>wrote:

> 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