diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xc/py/Xc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |