[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen master] public: fix xen_domctl_monitor_op_t definition



commit d4d39de054a6f6c5a474aee62999a8ea7c2fd180
Author:     Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
AuthorDate: Thu May 28 10:55:43 2015 +0200
Commit:     Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Thu May 28 10:55:43 2015 +0200

    public: 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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h
index 53cdf08..88f8002 100644
--- a/xen/include/public/domctl.h
+++ b/xen/include/public/domctl.h
@@ -1036,7 +1036,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 {
--
generated by git-patchbot for /home/xen/git/xen.git#master

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.