1
0
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:
Osier Yang 2012-09-11 20:11:48 +08:00
parent d95606e3d8
commit 819ea2084f

View File

@ -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;