This change:
commit
ad202d4194eab87d3645f13e7726a4d609e42fe8
Author: Ian Jackson <ian.jackson@eu.citrix.com>
Date: Tue Jul 21 15:29:43 2009 +0100
add per domain low level xenstore functions [PATCH 2/3]
add per domain low level xenstore functions (read/chmod/write/watch).
broke the stubdom build because minios's fork/version of libxenstore
does not have the xenstore chmod operation. As xenstore_dom_chmod
is not currently used in stubdom, #if it out.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
free(buf);
}
+#ifndef CONFIG_STUBDOM
+
void xenstore_dom_chmod(int domid, const char *key, const char *perms)
{
char *buf = NULL, *path = NULL;
free(buf);
}
+#endif /*CONFIG_STUBDOM*/
+
int xenstore_dom_write(int domid, const char *key, const char *value)
{
char *buf = NULL, *path = NULL;