Re: [PATCH] gw_thread_sleep return the sleep result

2005-04-29 Thread Stipe Tolj
Wilfried Goesgens wrote: to get to know whether you where woken up from sleep, or the sleep endet naturaly, the following patch is needed: (i need this, to determine, whether i was woken up from a thread doing tcdrain, or if the tcdrain system call gets stuck. the systemcall doesn't provide the

Re: [PATCH] gw_thread_sleep return the sleep result

2005-04-29 Thread Alexander Malysh
Hi Stipe, +1 explanation is simple: it's a good idea to get higher layer the possibility to do decision how to process further and don't hide infos that might be usefull. Thanks, Alex Stipe Tolj schrieb: Wilfried Goesgens wrote: to get to know whether you where woken up from sleep, or the sleep

Re: [PATCH] gw_thread_sleep return the sleep result

2005-04-14 Thread Alexander Malysh
Hi Willi, please don't inline patches because it's too difficult to extract those... as to this patch, I'm +1 but please send it as attachment and fix indents. Wilfried Goesgens wrote: to get to know whether you where woken up from sleep, or the sleep endet naturaly, the following patch is

[PATCH] gw_thread_sleep return the sleep result

2005-04-13 Thread Wilfried Goesgens
to get to know whether you where woken up from sleep, or the sleep endet naturaly, the following patch is needed: (i need this, to determine, whether i was woken up from a thread doing tcdrain, or if the tcdrain system call gets stuck. the systemcall doesn't provide the ability of a timeout.)