projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6b6bd8
)
public: fix xen_domctl_monitor_op_t definition
author
Vitaly Kuznetsov
<vkuznets@redhat.com>
Thu, 28 May 2015 08:55:43 +0000
(10:55 +0200)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 28 May 2015 08:55:43 +0000
(10:55 +0200)
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@redhat.com>
xen/include/public/domctl.h
patch
|
blob
|
history
diff --git
a/xen/include/public/domctl.h
b/xen/include/public/domctl.h
index 53cdf082a839a3dc188e653e7d92e13f5c9d1328..88f8002ec10c206ec2549040676e5b52efd0022d 100644
(file)
--- 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 {