[Xenomai-core] Re: [Adeos-main] [PATCH] let ipipe_catch_event return old handler

2006-04-21 Thread Philippe Gerum
Jan Kiszka wrote: snip Don't you mean this instead? -int ipipe_catch_event(struct ipipe_domain *ipd, - unsigned event, - int (*handler)(unsigned event, struct ipipe_domain *ipd, void *data)) +ipipe_event_handler_t ipipe_catch_event(struct ipipe_domain

[Xenomai-core] Re: [Adeos-main] [PATCH] let ipipe_catch_event return old handler

2006-04-21 Thread Jan Kiszka
Philippe Gerum wrote: Jan Kiszka wrote: snip Don't you mean this instead? -int ipipe_catch_event(struct ipipe_domain *ipd, - unsigned event, - int (*handler)(unsigned event, struct ipipe_domain *ipd, void *data)) +ipipe_event_handler_t