Skip to content

Commit

Permalink
xen/pv-on-hvm kexec: update xs_wire.h:xsd_sockmsg_type from xen-unstable
Browse files Browse the repository at this point in the history
Update include/xen/interface/io/xs_wire.h from xen-unstable.
Now entries in xsd_sockmsg_type were added.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Olaf Hering authored and Konrad Rzeszutek Wilk committed Sep 22, 2011
1 parent 116df6f commit 3b082b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/xen/interface/io/xs_wire.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ enum xsd_sockmsg_type
XS_SET_PERMS,
XS_WATCH_EVENT,
XS_ERROR,
XS_IS_DOMAIN_INTRODUCED
XS_IS_DOMAIN_INTRODUCED,
XS_RESUME,
XS_SET_TARGET,
XS_RESTRICT
};

#define XS_WRITE_NONE "NONE"
Expand Down

0 comments on commit 3b082b2

Please sign in to comment.