[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: TUX_RETURN_SIGNAL & tux()
- From: Ingo Molnar <mingo elte hu>
- To: Phillip Ezolt <ezolt perf zko dec com>
- Cc: <tux-list redhat com>, William Carr <wcarr perf zko dec com>,"Stanley, Dave" <Dave Stanley compaq com>
- Subject: Re: TUX_RETURN_SIGNAL & tux()
- Date: Sat, 24 Mar 2001 08:13:20 +0100 (CET)
On Fri, 23 Mar 2001, Phillip Ezolt wrote:
> Ingo,
> We have a user space module which receives a
> "TUX_RETURN_SIGNAL" when tux(TUX_ACTION_SEND_OBJECT, req) is called.
>
> We've tried to resend the object with another
> tux(TUX_ACTION_SEND_OBJECT, req) immediately after the failure but
> tux() returns a -1. (TUX_ERROR)
the call succeeded. So you should not retry the SEND_OBJECT but should do
a EVENTLOOP action instead:
return tux(TUX_ACTION_EVENTLOOP, req);
let me know if this doesnt work.
Ingo
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]