From: mjw@wray-m-3.hpl.hp.com Date: Mon, 21 Jun 2004 13:25:17 +0000 (+0000) Subject: bitkeeper revision 1.990.2.3 (40d6e1bdskqDk0KjO_liWAgHndEuiQ) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18126^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=253ef956761bea143438d48264f317b55ae6fa22;p=xen.git bitkeeper revision 1.990.2.3 (40d6e1bdskqDk0KjO_liWAgHndEuiQ) Fix problem with missing fields in domain_getinfo. --- diff --git a/tools/xc/py/Xc.c b/tools/xc/py/Xc.c index b32d456b2c..2ece932085 100644 --- a/tools/xc/py/Xc.c +++ b/tools/xc/py/Xc.c @@ -166,7 +166,7 @@ static PyObject *pyxc_domain_getinfo(PyObject *self, { PyList_SetItem( list, i, - Py_BuildValue("{s:i,s:i,s:i,s:i,s:l,s:L,s:s,s:l}", + Py_BuildValue("{s:i,s:i,s:i,s:i,s:i,s:i,s:i,s:i,s:l,s:L,s:s,s:l}", "dom", info[i].domid, "cpu", info[i].cpu, "dying", info[i].dying,