On 7.8.2013 15:11, Jiří Zárevúcky wrote: > think. Speaking of which, is there any proper specification of how IPC > primitives behave?
The source code and the associated comments, I guess. I also noticed a couple of patterns in the form: async_data_write_receive(, &size); malloc(size); async_data_write_finalize(); I guess you can use async_data_write_accept() for this. Jakub _______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
