[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 02 of 10] pyxl: Un-muddle libxl_domain_(pause|unpause) wrappers
tools/python/xen/lowlevel/xl/xl.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) # HG changeset patch # User Gianni Tedesco <gianni.tedesco@xxxxxxxxxx> # Date 1294761666 0 # Node ID b06b8e4174e1660b775bfee70f132542afe0a62e # Parent 9ae3901ab42fd0458cf6150014e1f376a25493b5 pyxl: Un-muddle libxl_domain_(pause|unpause) wrappers Signed-off-by: Gianni Tedesco <gianni.tedesco@xxxxxxxxxx> diff -r 9ae3901ab42f -r b06b8e4174e1 tools/python/xen/lowlevel/xl/xl.c --- a/tools/python/xen/lowlevel/xl/xl.c Tue Jan 11 16:01:05 2011 +0000 +++ b/tools/python/xen/lowlevel/xl/xl.c Tue Jan 11 16:01:06 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-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |