Mach RPC
Mach RPC
- Subject: Mach RPC
- From: David Blanton <email@hidden>
- Date: Mon, 24 Feb 2003 14:58:48 -0700
In the statement
subsystem random 500
I understand that there is a file, random.h found in
/usr/include/sys/
random.h is referenced in the code implementing a Mach server.
If this is true can I add foo,h to /usr/include/sys/
------
foo.h
#ifndef __SYS_FOO_H__
#define __SYS_FOO_H__
#endif /* __SYS_FOO_H__ */
------
And then write
subsystem foo 101
And reference
foo.h in the code implementing a Mach server ?
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.