When you create a rtfifo there is a default handler attached to
it. That default handler is this:

static int default_handler (unsigned int fifo)
{
        return 0;
}

        I think you could assign a handler like this one to your rtfifo.

        Jose Guilberto

On Thu, 8 Jun 2000, Tobias Klotz wrote:

> Hello,
> 
> is there a way to destroy my FIFO handler attached with
> rtf_create_handler.
> I want to use the fifo handler only during intialization, during my hard
> realtime loop i donīt want to be disturbed by a handler.
> 
> Currently my idea is to kill the whole fifo and do re-create it, but i
> think this is a little risky as I cannot be sure that no one else is
> trying to use exactly this fifo at this moment...
> 
> 
> thanks!
> 
> tobias
> 
> -- [rtl] ---
> To unsubscribe:
> echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
> echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
> ---
> For more information on Real-Time Linux see:
> http://www.rtlinux.org/rtlinux/
> 

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to