Re: Mach RPC
Re: Mach RPC
- Subject: Re: Mach RPC
- From: David Blanton <email@hidden>
- Date: Tue, 25 Feb 2003 17:46:36 -0700
On 2/25/03 5:13 PM, "Marek Kozubal" <email@hidden> wrote:
>
Look at:
>
http://www-2.cs.cmu.edu/afs/cs/project/mach/public/www/doc/tutorials.html#prog
>
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
>
email@hidden
>
_______________________________________________
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 | 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.