mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Update remote_protocol-structs for new events
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
42241208d9
commit
dc2bfdc815
@ -2804,7 +2804,7 @@ struct remote_domain_event_callback_metadata_change_msg {
|
||||
int callbackID;
|
||||
remote_nonnull_domain dom;
|
||||
int type;
|
||||
remote_string nsuri
|
||||
remote_string nsuri;
|
||||
};
|
||||
struct remote_connect_secret_event_register_any_args {
|
||||
int eventID;
|
||||
@ -2822,6 +2822,10 @@ struct remote_secret_event_lifecycle_msg {
|
||||
int event;
|
||||
int detail;
|
||||
};
|
||||
struct remote_secret_event_value_changed_msg {
|
||||
int callbackID;
|
||||
remote_nonnull_secret secret;
|
||||
};
|
||||
enum remote_procedure {
|
||||
REMOTE_PROC_CONNECT_OPEN = 1,
|
||||
REMOTE_PROC_CONNECT_CLOSE = 2,
|
||||
@ -3205,4 +3209,5 @@ enum remote_procedure {
|
||||
REMOTE_PROC_CONNECT_SECRET_EVENT_REGISTER_ANY = 380,
|
||||
REMOTE_PROC_CONNECT_SECRET_EVENT_DEREGISTER_ANY = 381,
|
||||
REMOTE_PROC_SECRET_EVENT_LIFECYCLE = 382,
|
||||
REMOTE_PROC_SECRET_EVENT_VALUE_CHANGED = 383,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user