Re: grand central dispatch and notification port sources
Re: grand central dispatch and notification port sources
- Subject: Re: grand central dispatch and notification port sources
- From: Joel Reymont <email@hidden>
- Date: Wed, 10 Mar 2010 23:53:24 +0000
On Mar 10, 2010, at 11:48 PM, Damien Sorresso wrote:
> Google for "mach_msg".
Something like this perhaps?
err = mach_msg( &hdr, MACH_RCV_MSG, 0,
XXX, gNotifyPort,
MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL );
What do I use for the message size (XXX) above, though?
Should I just use sizeof(mach_msg_header_t)?
Thanks, Joel
---
http://es.linkedin.com/in/joelreymont
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden