remote: Add flags to remote_protocol-structs

Caused by 3b6c818532.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2016-03-31 14:05:34 +02:00
parent 4349e24d54
commit c62e7702c0

View 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 {