mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-19 01:24:42 -05:00
remote: Add flags to remote_protocol-structs
Caused by 3b6c818532.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user