Hi Casper!

On Feb 2, 2007, at 15:39 , [EMAIL PROTECTED] wrote:


I'm working on a command line tool that communicates with a daemon,
using libdoor(3LIB), to retrie ve events (malloc()ed structs of
variable length) which sit on a ring buffer.

You have allocated those in the client, correct?

No, the events are generated (malloc()ed) in the server process, and placed on a ring buffer, then the client makes door_call()s to pick up events from the ring buffer, copying them back to the client.

Once I have them in the client process I want them gone from the server process.

cheers,
/Martin
--
Martin Englund, Java Security Engineer, Java SE, Sun Microsystems Inc.
Email: [EMAIL PROTECTED] Time Zone: GMT+2 PGP: 1024D/AA514677
"The question is not if you are paranoid, it is if you are paranoid enough."


_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to