[libvirt] [PATCH] remote: Add flags to remote_protocol-structs

Martin Kletzander mkletzan at redhat.com
Thu Mar 31 12:09:58 UTC 2016


Caused by 3b6c8185328f.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
Pushed under the 'build-breaker' rule.

 src/remote_protocol-structs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs
index 1257aac51dfb..6dddd52ab116 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 {
--
2.8.0




More information about the libvir-list mailing list