mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-31 00:45:18 +00:00
remote: Fix indentation of the remote protocol structs check file
This commit is contained in:
parent
1149fe4c15
commit
6293644eb0
@ -2572,20 +2572,20 @@ struct remote_storage_pool_event_refresh_msg {
|
||||
remote_nonnull_storage_pool pool;
|
||||
};
|
||||
struct remote_connect_node_device_event_register_any_args {
|
||||
int eventID;
|
||||
remote_node_device dev;
|
||||
int eventID;
|
||||
remote_node_device dev;
|
||||
};
|
||||
struct remote_connect_node_device_event_register_any_ret {
|
||||
int callbackID;
|
||||
int callbackID;
|
||||
};
|
||||
struct remote_connect_node_device_event_deregister_any_args {
|
||||
int callbackID;
|
||||
int callbackID;
|
||||
};
|
||||
struct remote_node_device_event_lifecycle_msg {
|
||||
int callbackID;
|
||||
remote_nonnull_node_device dev;
|
||||
int event;
|
||||
int detail;
|
||||
int callbackID;
|
||||
remote_nonnull_node_device dev;
|
||||
int event;
|
||||
int detail;
|
||||
};
|
||||
struct remote_domain_fsfreeze_args {
|
||||
remote_nonnull_domain dom;
|
||||
|
Loading…
x
Reference in New Issue
Block a user