> 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
>From: Terry Lambert <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Re: Invoking a userland function from kernel
>Date: Wed, 25 Jul 2001 00:16:33 -0700
>
>[EMAIL PROTECTED] 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 KNOTE() in the kernel when the
event takes place.
Anot
>
> Dear Friends
>
> I'm incorporating the Real Time Protocol RTP (rfc 1889) to
> FreeBSD 4.0 kernel.
>
> Months ago, I compiled successfully the RTP Library API developed
> by Lucent into the FreeBSD kernel with the right logical and technical
> adjustments for the BSD kernel of course (cop
I need pass asynchronously data from kernel
to a userland process, include a quantity variable of
data (void *opaque).
The userland process to consume the data independently
(it takes the data and build some structure,
perhaps a queue o link list, to consume later ).
I think that this is si
Dear Friends
I'm incorporating the Real Time Protocol RTP (rfc 1889) to
FreeBSD 4.0 kernel.
Months ago, I compiled successfully the RTP Library API developed
by Lucent into the FreeBSD kernel with the right logical and technical
adjustments for the BSD kernel of course (copyin, copyout, mall
6 matches
Mail list logo