]> xenbits.xensource.com Git - libvirt.git/commitdiff
remote: Add flags to remote_protocol-structs
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 31 Mar 2016 12:05:34 +0000 (14:05 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 31 Mar 2016 12:07:46 +0000 (14:07 +0200)
Caused by 3b6c8185328f.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/remote_protocol-structs

index 1257aac51dfbc0d152b9ae4a30eb72452d34924b..6dddd52ab1160251fcc661f63ccf47db9e785427 100644 (file)
@@ -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 {