search for: xenbus_msg_reply

Displaying 1 result from an estimated 1 matches for "xenbus_msg_reply".

2008 Jan 17
0
[PATCH] [Mini-OS] add xenbus token support and separate watch event queues
...xbt, const char *path, const char *value); + +struct write_req { + const void *data; + unsigned len; +}; + +/* Send a message to xenbus, in the same fashion as xb_write, and + block waiting for a reply. The reply is malloced and should be + freed by the caller. */ +struct xsd_sockmsg * +xenbus_msg_reply(int type, + xenbus_transaction_t trans, + struct write_req *io, + int nr_reqs); /* Removes the value associated with a path. Returns a malloc''d error string on failure. */ @@ -52,4 +84,9 @@ char *xenbus_transaction_end(xenbus_tran /*...