mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 20:00:05 +00:00
remote: Add flags to remote_protocol-structs
Caused by 3b6c8185328f. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
4349e24d54
commit
c62e7702c0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user