direct-io.hg
changeset 13718:a9912f2e472b
Added uuid to the PIF record.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Tue Jan 30 13:51:45 2007 +0000 (2007-01-30) |
parents | 4637dfae0856 |
children | aff5b538fcdf |
files | tools/python/xen/xend/XendPIF.py |
line diff
1.1 --- a/tools/python/xen/xend/XendPIF.py Tue Jan 30 13:46:46 2007 +0000 1.2 +++ b/tools/python/xen/xend/XendPIF.py Tue Jan 30 13:51:45 2007 +0000 1.3 @@ -117,7 +117,8 @@ class XendPIF: 1.4 return success 1.5 1.6 def get_record(self): 1.7 - return {'device': self.device, 1.8 + return {'uuid': self.uuid, 1.9 + 'device': self.device, 1.10 'MAC': self.mac, 1.11 'MTU': self.mtu, 1.12 'VLAN': self.vlan,