mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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;
|
} vols;
|
||||||
u_int ret;
|
u_int ret;
|
||||||
};
|
};
|
||||||
struct remote_list_all_networks_args {
|
struct remote_connect_list_all_networks_args {
|
||||||
int need_results;
|
int need_results;
|
||||||
u_int flags;
|
u_int flags;
|
||||||
};
|
};
|
||||||
struct remote_list_all_networks_ret {
|
struct remote_connect_list_all_networks_ret {
|
||||||
struct {
|
struct {
|
||||||
u_int nets_len;
|
u_int nets_len;
|
||||||
remote_nonnull_network * nets_val;
|
remote_nonnull_network * nets_val;
|
||||||
|
Loading…
Reference in New Issue
Block a user