|
Barrelfish
|
Unidirectional bulk data transfer via shared memory. More...
Functions | |
| void | bulk_local_init_endpoint (struct bulk_local_endpoint *endpoint, struct bulk_channel *other_channel) |
Unidirectional bulk data transfer via shared memory.
| void bulk_local_init_endpoint | ( | struct bulk_local_endpoint * | endpoint, |
| struct bulk_channel * | other_channel | ||
| ) |
| endpoint | Pointer to the endpoint that is to be initialized |
| other_channel | NULL for a create channel endpoint, the unbound channel of the other endpoint. |
initializes the local endpoint
1.8.11