[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen: fix xen_domctl_monitor_op_t definition
It seems xen_domctl_monitor_op_t was supposed to be a typedef for struct xen_domctl_monitor_op and not the non-existent xen_domctl__op. Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> --- xen/include/public/domctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h index 0c0ea4a..540fc17 100644 --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -1062,7 +1062,7 @@ struct xen_domctl_monitor_op { } mov_to_msr; } u; }; -typedef struct xen_domctl__op xen_domctl_monitor_op_t; +typedef struct xen_domctl_monitor_op xen_domctl_monitor_op_t; DEFINE_XEN_GUEST_HANDLE(xen_domctl_monitor_op_t); struct xen_domctl { -- 1.9.3 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |