mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 21:47:16 +03:00
Build: Fix typos which cause build failure
Pushed under trivial rule.
This commit is contained in:
parent
d95606e3d8
commit
819ea2084f
@ -2034,11 +2034,11 @@ struct remote_storage_pool_list_all_volumes_ret {
|
||||
} vols;
|
||||
u_int ret;
|
||||
};
|
||||
struct remote_list_all_networks_args {
|
||||
struct remote_connect_list_all_networks_args {
|
||||
int need_results;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_list_all_networks_ret {
|
||||
struct remote_connect_list_all_networks_ret {
|
||||
struct {
|
||||
u_int nets_len;
|
||||
remote_nonnull_network * nets_val;
|
||||
|
Loading…
x
Reference in New Issue
Block a user