aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/event_channel.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-02 21:05:33 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-02 21:05:33 +0000
commitdc33311d827818f8c893b88d89bf015327c79a42 (patch)
treef724a627d86ed052c2b4d1c816af731d6d6d8f90 /xen/include/public/event_channel.h
parentb5290d3405646879575efe051dc479e7117729a1 (diff)
downloadxen-dc33311d827818f8c893b88d89bf015327c79a42.tar.gz
xen-dc33311d827818f8c893b88d89bf015327c79a42.tar.bz2
xen-dc33311d827818f8c893b88d89bf015327c79a42.zip
bitkeeper revision 1.1644.1.1 (429f749dKFzVUg9NXDMVu4apHJvpNQ)
The last annoying rename: struct exec_domain *ed -> struct vcpu *v Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/public/event_channel.h')
-rw-r--r--xen/include/public/event_channel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/public/event_channel.h b/xen/include/public/event_channel.h
index 8d1025ff29..a1973c6ea7 100644
--- a/xen/include/public/event_channel.h
+++ b/xen/include/public/event_channel.h
@@ -141,7 +141,7 @@ typedef struct {
} PACKED interdomain; /* EVTCHNSTAT_interdomain */
u32 pirq; /* EVTCHNSTAT_pirq */ /* 12 */
u32 virq; /* EVTCHNSTAT_virq */ /* 12 */
- u32 ipi_edom; /* EVTCHNSTAT_ipi */ /* 12 */
+ u32 ipi_vcpu; /* EVTCHNSTAT_ipi */ /* 12 */
} PACKED u;
} PACKED evtchn_status_t; /* 20 bytes */
@@ -151,7 +151,7 @@ typedef struct {
#define EVTCHNOP_bind_ipi 7
typedef struct {
/* IN parameters. */
- u32 ipi_edom; /* 0 */
+ u32 ipi_vcpu; /* 0 */
/* OUT parameters. */
u32 port; /* 4 */
} PACKED evtchn_bind_ipi_t; /* 8 bytes */