[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] XendDomain.py:
ChangeSet 1.1512, 2005/05/23 15:26:33+01:00, cl349@xxxxxxxxxxxxxxxxxxxx XendDomain.py: Get sizeof right. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx> XendDomain.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -Nru a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py 2005-05-23 12:05:27 -04:00 +++ b/tools/python/xen/xend/XendDomain.py 2005-05-23 12:05:27 -04:00 @@ -322,8 +322,8 @@ """ SIGNATURE = "LinuxGuestRecord" - sizeof_int = calcsize("L") - sizeof_unsigned_long = calcsize("i") + sizeof_int = calcsize("i") + sizeof_unsigned_long = calcsize("L") PAGE_SIZE = 4096 class XendFile(file): _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |