aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/xenbus.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-12 15:15:25 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-12 15:15:25 +0000
commitffe8d02e0dd868fe35d36854fe471d646cc8cc66 (patch)
tree75d1fb9248591f9e06a30e6b0b315da60a607db5 /extras/mini-os/include/xenbus.h
parenteffd10be68d89702eb60070f8e1bb9b0eded0c07 (diff)
downloadxen-ffe8d02e0dd868fe35d36854fe471d646cc8cc66.tar.gz
xen-ffe8d02e0dd868fe35d36854fe471d646cc8cc66.tar.bz2
xen-ffe8d02e0dd868fe35d36854fe471d646cc8cc66.zip
[MINIOS] Support xenbus watches.
Signed-off-by: Jacob Gorm Hansen <jacobg@diku.dk>
Diffstat (limited to 'extras/mini-os/include/xenbus.h')
-rw-r--r--extras/mini-os/include/xenbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/mini-os/include/xenbus.h b/extras/mini-os/include/xenbus.h
index 4bf35ce8fb..3866a8bbce 100644
--- a/extras/mini-os/include/xenbus.h
+++ b/extras/mini-os/include/xenbus.h
@@ -12,6 +12,9 @@ void init_xenbus(void);
set to a malloc'd copy of the value. */
char *xenbus_read(xenbus_transaction_t xbt, const char *path, char **value);
+char *xenbus_watch_path(xenbus_transaction_t xbt, const char *path);
+char* xenbus_wait_for_value(const char*,const char*);
+
/* Associates a value with a path. Returns a malloc'd error string on
failure. */
char *xenbus_write(xenbus_transaction_t xbt, const char *path, const char *value);