lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] sys_timeouts()


From: Akshat Bisht
Subject: [lwip-users] sys_timeouts()
Date: Thu, 28 Aug 2008 14:13:04 +0530

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]