diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index 3ce06c435b..5b53d0f285 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -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;