I'm trying to set up a simple server that just receives messages
(not threaded). So, i have written
/* for port allocation */
ipc_space_t ist;
kern_return_t port_err;
mach_port_t name;
task_t self;
/* for message reception */
mach_msg_return_t msg_err;
mach_msg_header_t msg_body;
Follow-up Comment #4, task #5994 (project hurd):
Here's another try, with the standard system msgids are processed first.
___
Additional Item Attachment:
File name: rpctrace-add-nostdinc-20061123.patch Size:2 KB
load system msgids after pa