mirror of https://gitee.com/openkylin/libvirt.git
remote: Add flags to remote_protocol-structs
Caused by 3b6c818532
.
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…
Reference in New Issue