mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
Remove devname identifier from autogenerated RPC code
Patch 79cf07a
missed one instance of "devname" in source for RPC code
generator.
This commit is contained in:
parent
6d1c11e51c
commit
21b5daa13d
@ -2102,7 +2102,7 @@ struct remote_domain_snapshot_delete_args {
|
||||
|
||||
struct remote_domain_open_console_args {
|
||||
remote_nonnull_domain dom;
|
||||
remote_string devname;
|
||||
remote_string dev_name;
|
||||
unsigned int flags;
|
||||
};
|
||||
|
||||
|
@ -1585,7 +1585,7 @@ struct remote_domain_snapshot_delete_args {
|
||||
};
|
||||
struct remote_domain_open_console_args {
|
||||
remote_nonnull_domain dom;
|
||||
remote_string devname;
|
||||
remote_string dev_name;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_storage_vol_upload_args {
|
||||
|
Loading…
Reference in New Issue
Block a user