Remove the VTPM.instance field from the bindings.
authorEwan Mellor <ewan@xensource.com>
Tue, 30 Jan 2007 16:23:35 +0000 (16:23 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 30 Jan 2007 16:23:35 +0000 (16:23 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/include/xen_vtpm.h

index e06b64c33abbfa25e65617756917295560fe5fff..add504221f35c87a0ab9f383d3120265e34083f8 100644 (file)
@@ -66,7 +66,6 @@ typedef struct xen_vtpm_record
     char *uuid;
     struct xen_vm_record_opt *vm;
     struct xen_vm_record_opt *backend;
-    int64_t instance;
 } xen_vtpm_record;
 
 /**