Re: Invoking a userland function from kerne

2001-07-29 Thread Terry Lambert
[EMAIL PROTECTED] wrote: > Now, I need manage Timed Events: > > Two RTP related events must occur which are timed. They are: > > 1.RTCP (control RTP packages) reports must be sent periodically. > 2.BYE (a control RTP package) packets may be reconsidered for transmission. > > To support scheduli

Re: Invoking a userland function from kerne

2001-07-27 Thread y-carden
> On Wed, 25 Jul 2001 Terry Lambert wrote: >>[EMAIL PROTECTED] wrote: >> >> I need pass asynchronously data from kernel >> to a userland process, include a quantity variable of >> data (void *opaque). >The easiest way to do this is to have the user space process >register a kevent, and then KN