On 2/25/03 5:13 PM, "Marek Kozubal" <marek@portents.com> wrote:
Look at:
http://www-2.cs.cmu.edu/afs/cs/project/mach/public/www/doc/tutorials.html#pr...
mig
Its the reference I used in doing my MIG RPC work.
And your use of header files is wrong I believe. You never want to add
header files to /usr/include/sys (or
/System/Library/Frameworks/Kernel.Framekwork/Headers/sys either).
You make a .defs file which describes your function calls and then the
"migger" converts them to C code for your client and server portions,
write some incantations that links it all together into your RunLoop and
off you go.
---
Marek Kozubal
marek@portents.com
_______________________________________________
Thanks for the reference Marek. I do have a Mach Server and Client running. I choose random as the subsystem as it was used in a CMU example. I will look for more on subsystems in the above reference. Peace. David Blanton Elisar Software Corp _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
David Blanton