From f3efbd339f80cdb97562d35d4aa834eb37ea4afb Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 30 Jan 2007 16:23:35 +0000 Subject: [PATCH] Remove the VTPM.instance field from the bindings. Signed-off-by: Ewan Mellor --- tools/libxen/include/xen_vtpm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxen/include/xen_vtpm.h b/tools/libxen/include/xen_vtpm.h index e06b64c33a..add504221f 100644 --- 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; /** -- 2.30.2