
On 07/15/2011 03:06 AM, Osier Yang wrote:
--- src/remote/remote_driver.c | 3 ++- src/remote/remote_protocol.x | 9 ++++++++- src/remote_protocol-structs | 4 ++++ 3 files changed, 14 insertions(+), 2 deletions(-)
+++ b/src/remote_protocol-structs @@ -533,6 +533,10 @@ struct remote_domain_define_xml_ret { struct remote_domain_undefine_args { remote_nonnull_domain dom; }; +struct remote_domain_undefine_flags_args { + remote_nonnull_domain dom; + u_int flags; +}; struct remote_domain_inject_nmi_args { remote_nonnull_domain dom; u_int flags;
ACK, but be sure to run 'make check' before committing, because you'll have to add a line to remote_protocol-structs if I get my enum-checking patch pushed first. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org