lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: sys_timeouts()


From: Akshat Bisht
Subject: [lwip-users] Re: sys_timeouts()
Date: Thu, 28 Aug 2008 17:41:48 +0530

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 <address@hidden> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]