|
Barrelfish
|
Client for interacting with the monitor. More...
Data Structures | |
| struct | monitor_cap_handlers |
| Handlers for incoming/outgoing capabilities on the monitor binding. More... | |
Functions | |
| errval_t | monitor_client_lmp_accept (struct monitor_lmp_binding *mcb, struct waitset *ws, size_t lmp_buflen_words) |
| Accept a new LMP binding in a client from the monitor. More... | |
| errval_t | monitor_client_blocking_rpc_init (void) |
| Sets up binding to monitor's blocking rpc channel. | |
Client for interacting with the monitor.
| errval_t monitor_client_lmp_accept | ( | struct monitor_lmp_binding * | mcb, |
| struct waitset * | ws, | ||
| size_t | lmp_buflen_words | ||
| ) |
Accept a new LMP binding in a client from the monitor.
Should only be used in the monitor.
| mcb | Storage for binding state |
| ws | Waitset for handling incoming messages |
| buflen_words | Size of incoming buffer, in number of words |
1.8.11