# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 62e13cae2f5861169c9102241fbfeca25681f602
# Parent 1853a6e966bd808af19568ba3c0c05a4e69750c1
Update python bindings - xs_watch doesn't support a priority anymore.
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
diff -r 1853a6e966bd -r 62e13cae2f58 tools/python/xen/lowlevel/xs/xs.c
--- a/tools/python/xen/lowlevel/xs/xs.c Tue Jul 26 15:26:32 2005
+++ b/tools/python/xen/lowlevel/xs/xs.c Tue Jul 26 15:57:18 2005
@@ -367,7 +367,7 @@
if (!PyArg_ParseTupleAndKeywords(args, kwds, arg_spec, kwd_spec,
&path, &priority, &token))
goto exit;
- xsval = xs_watch(xh, path, token, priority);
+ xsval = xs_watch(xh, path, token);
val = pyvalue_int(xsval);
exit:
return val;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|