From: Martin Kletzander Date: Thu, 31 Mar 2016 12:05:34 +0000 (+0200) Subject: remote: Add flags to remote_protocol-structs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c62e7702c0bac5e1739e9bcb1dff75d4dc1e1b79;p=libvirt.git remote: Add flags to remote_protocol-structs Caused by 3b6c8185328f. Signed-off-by: Martin Kletzander --- diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index 1257aac51d..6dddd52ab1 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -310,9 +310,11 @@ struct remote_domain_set_perf_events_args { u_int params_len; remote_typed_param * params_val; } params; + u_int flags; }; struct remote_domain_get_perf_events_args { remote_nonnull_domain dom; + u_int flags; }; struct remote_domain_get_perf_events_ret { struct {