# HG changeset patch
# User Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
# Date 1294772124 0
# Node ID 99da390ace2e617ed28bb56eabd9828d3ce7f684
# Parent 00ed5639701a2c4ca66e1d6ebc84d0eff0606a73
tools/python/pyxl: Un-muddle libxl_domain_(pause|unpause) wrappers
Signed-off-by: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
tools/python/xen/lowlevel/xl/xl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff -r 00ed5639701a -r 99da390ace2e tools/python/xen/lowlevel/xl/xl.c
--- a/tools/python/xen/lowlevel/xl/xl.c Tue Jan 11 18:54:44 2011 +0000
+++ b/tools/python/xen/lowlevel/xl/xl.c Tue Jan 11 18:55:24 2011 +0000
@@ -546,9 +546,9 @@ static PyMethodDef pyxl_methods[] = {
"Shutdown a domain"},
{"domain_destroy", (PyCFunction)pyxl_domain_destroy, METH_VARARGS,
"Destroy a domain"},
- {"domain_pause", (PyCFunction)pyxl_domain_unpause, METH_VARARGS,
+ {"domain_pause", (PyCFunction)pyxl_domain_pause, METH_VARARGS,
"Pause a domain"},
- {"domain_unpause", (PyCFunction)pyxl_domain_pause, METH_VARARGS,
+ {"domain_unpause", (PyCFunction)pyxl_domain_unpause, METH_VARARGS,
"Unpause a domain"},
{"domain_rename", (PyCFunction)pyxl_domain_rename, METH_VARARGS,
"Rename a domain"},
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|