ia64/xen-unstable
changeset 1521:e1ea789b5c8c
bitkeeper revision 1.990.2.3 (40d6e1bdskqDk0KjO_liWAgHndEuiQ)
Fix problem with missing fields in domain_getinfo.
Fix problem with missing fields in domain_getinfo.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Mon Jun 21 13:25:17 2004 +0000 (2004-06-21) |
parents | 466fcde21922 |
children | abaa8727dcb1 |
files | tools/xc/py/Xc.c |
line diff
1.1 --- a/tools/xc/py/Xc.c Mon Jun 21 11:55:43 2004 +0000 1.2 +++ b/tools/xc/py/Xc.c Mon Jun 21 13:25:17 2004 +0000 1.3 @@ -166,7 +166,7 @@ static PyObject *pyxc_domain_getinfo(PyO 1.4 { 1.5 PyList_SetItem( 1.6 list, i, 1.7 - Py_BuildValue("{s:i,s:i,s:i,s:i,s:l,s:L,s:s,s:l}", 1.8 + 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}", 1.9 "dom", info[i].domid, 1.10 "cpu", info[i].cpu, 1.11 "dying", info[i].dying,