Re: Modifying msgrcv() and msgsnd()

2000-11-09 Thread Jacques A. Vidrine
On Thu, Nov 09, 2000 at 04:38:35PM +0100, Bjorn Tornqvist wrote: > I'm going to add 2 functioncalls to the kernel; msgrcv_t() msgsnd_t() > ("t" as in timeout) where the user will be able to specify a maximum > amount of time they are prepared to wait for a message to be sent or > become available.

Re: Modifying msgrcv() and msgsnd()

2000-11-09 Thread Alfred Perlstein
* Bjorn Tornqvist <[EMAIL PROTECTED]> [001109 13:38] wrote: > > Hi! > > I'm going to add 2 functioncalls to the kernel; msgrcv_t() msgsnd_t() > ("t" > as in timeout) where the user will be able to specify a maximum amount > of > time they are prepared to wait for a message to be sent or become >

Modifying msgrcv() and msgsnd()

2000-11-09 Thread Bjorn Tornqvist
Hi! I'm going to add 2 functioncalls to the kernel; msgrcv_t() msgsnd_t() ("t" as in timeout) where the user will be able to specify a maximum amount of time they are prepared to wait for a message to be sent or become available. I just wonder if the rest of the freebsd community is interested