ia64/xen-unstable
changeset 583:28609bfc41a3
bitkeeper revision 1.323 (3f0d274cxFM9S7m-tyUGLwmU-YOAbA)
Get the userspace tools to provide a key where one is needed.
Get the userspace tools to provide a key where one is needed.
author | sos22@labyrinth.cl.cam.ac.uk |
---|---|
date | Thu Jul 10 08:43:56 2003 +0000 (2003-07-10) |
parents | 01725801761a |
children | fdb4cc73ddc7 |
files | tools/control/src/org/xenoserver/control/VirtualDisk.java |
line diff
1.1 --- a/tools/control/src/org/xenoserver/control/VirtualDisk.java Thu Jul 10 08:24:44 2003 +0000 1.2 +++ b/tools/control/src/org/xenoserver/control/VirtualDisk.java Thu Jul 10 08:43:56 2003 +0000 1.3 @@ -109,6 +109,9 @@ public class VirtualDisk { 1.4 + "segment:" 1.5 + vbd.getVbdNum() 1.6 + " " 1.7 + + "key: " 1.8 + + this.getKey() 1.9 + + " " 1.10 + "extents:" 1.11 + extents.size() 1.12 + " ");