aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormwilli2@equilibrium.research <mwilli2@equilibrium.research>2005-06-10 01:58:26 +0000
committermwilli2@equilibrium.research <mwilli2@equilibrium.research>2005-06-10 01:58:26 +0000
commit3a431a224c6883ef159a10e2550324938db28b15 (patch)
tree7747b1423ba5262f33cdb7ce5fe33a329fba7bb7
parentbd031b9bbc9f16a3ee3e00d84772605825369d96 (diff)
downloadxen-3a431a224c6883ef159a10e2550324938db28b15.tar.gz
xen-3a431a224c6883ef159a10e2550324938db28b15.tar.bz2
xen-3a431a224c6883ef159a10e2550324938db28b15.zip
bitkeeper revision 1.1705.1.1 (42a8f3c2-cPCJhjiT7sAAqBGBwdd6w)
Tiny tweak to fix ballooning via Xend.
-rw-r--r--tools/python/xen/lowlevel/xu/xu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/python/xen/lowlevel/xu/xu.c b/tools/python/xen/lowlevel/xu/xu.c
index 359cb71a2d..65660ba6dc 100644
--- a/tools/python/xen/lowlevel/xu/xu.c
+++ b/tools/python/xen/lowlevel/xu/xu.c
@@ -908,7 +908,6 @@ static PyObject *xu_message_new(PyObject *self, PyObject *args)
break;
case TYPE(CMSG_MEM_REQUEST, CMSG_MEM_REQUEST_SET):
P2C(mem_request_t, target, u32);
- P2C(mem_request_t, status, u32);
break;
case TYPE(CMSG_USBIF_FE, CMSG_USBIF_FE_INTERFACE_STATUS_CHANGED):
P2C(usbif_fe_interface_status_changed_t, status, u32);