aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_domain.h
diff options
context:
space:
mode:
authorvhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>2006-05-11 15:51:56 +0100
committervhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>2006-05-11 15:51:56 +0100
commit7e8cc1fb7f2b24c6c7724c231f72219f8034041a (patch)
treed9a114b7dd1ba9f634a2d8594c74ccf75e949f93 /tools/xenstore/xenstored_domain.h
parentacd5a62ae9c9fb33baf0314b659c9dce74176f49 (diff)
downloadxen-7e8cc1fb7f2b24c6c7724c231f72219f8034041a.tar.gz
xen-7e8cc1fb7f2b24c6c7724c231f72219f8034041a.tar.bz2
xen-7e8cc1fb7f2b24c6c7724c231f72219f8034041a.zip
dom0 and anonymous connections can create unlimited sized entries in the store.
Signed-off-by: Vincent Hanquez <vincent@xensource.com>
Diffstat (limited to 'tools/xenstore/xenstored_domain.h')
-rw-r--r--tools/xenstore/xenstored_domain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h
index e350746639..38f26b52de 100644
--- a/tools/xenstore/xenstored_domain.h
+++ b/tools/xenstore/xenstored_domain.h
@@ -47,6 +47,8 @@ void restore_existing_connections(void);
bool domain_can_read(struct connection *conn);
bool domain_can_write(struct connection *conn);
+bool domain_is_unprivileged(struct connection *conn);
+
/* Quota manipulation */
void domain_entry_inc(struct connection *conn);
void domain_entry_dec(struct connection *conn);