aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/Makefile
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2011-12-12 17:48:38 +0000
committerIan Jackson <ian.jackson@eu.citrix.com>2011-12-12 17:48:38 +0000
commitbe4840198b9c459292f8f527aab007972fb5a460 (patch)
tree1f655cdd0b6e314de78b23b5e2d85c7e9f453889 /tools/xenstore/Makefile
parent1eacd68b8a9daa3690cbdb4d71514fa36b7aad82 (diff)
downloadxen-be4840198b9c459292f8f527aab007972fb5a460.tar.gz
xen-be4840198b9c459292f8f527aab007972fb5a460.tar.bz2
xen-be4840198b9c459292f8f527aab007972fb5a460.zip
libxenstore: Provide xs_check_watch
Event-driven programs want to wait until the xs_fileno triggers for reading, and then repeatedly call xs_check_watch. Also xs_read_watch exposes a useless "num" out parameter, which should always (if things aren't going hideously wrong) be at least 2 and which the caller shouldn't be interested in. So xs_check_watch doesn't have one of those. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'tools/xenstore/Makefile')
-rw-r--r--tools/xenstore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index bd3e8f1a82..4facb62f88 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -2,7 +2,7 @@ XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
MAJOR = 3.0
-MINOR = 0
+MINOR = 1
CFLAGS += -Werror
CFLAGS += -I.