projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8fa1b
)
Remove the VTPM.instance field from the bindings.
author
Ewan Mellor
<ewan@xensource.com>
Tue, 30 Jan 2007 16:23:35 +0000
(16:23 +0000)
committer
Ewan 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
patch
|
blob
|
history
diff --git
a/tools/libxen/include/xen_vtpm.h
b/tools/libxen/include/xen_vtpm.h
index e06b64c33abbfa25e65617756917295560fe5fff..add504221f35c87a0ab9f383d3120265e34083f8 100644
(file)
--- a/
tools/libxen/include/xen_vtpm.h
+++ b/
tools/libxen/include/xen_vtpm.h
@@
-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;
/**