diff --git a/daemon/proto/core/api/grpc/core.proto b/daemon/proto/core/api/grpc/core.proto index 3c703866..87cb722b 100644 --- a/daemon/proto/core/api/grpc/core.proto +++ b/daemon/proto/core/api/grpc/core.proto @@ -577,16 +577,15 @@ message Session { repeated services.ServiceDefaults default_services = 7; SessionLocation location = 8; repeated Hook hooks = 9; - map emane_config = 10; - repeated emane.GetEmaneModelConfig emane_model_configs = 11; - map wlan_configs = 12; - repeated services.NodeServiceConfig service_configs = 13; - repeated configservices.ConfigServiceConfig config_service_configs = 14; - map mobility_configs = 15; - map metadata = 16; - string file = 17; - map options = 18; - repeated Server servers = 19; + repeated emane.GetEmaneModelConfig emane_model_configs = 10; + map wlan_configs = 11; + repeated services.NodeServiceConfig service_configs = 12; + repeated configservices.ConfigServiceConfig config_service_configs = 13; + map mobility_configs = 14; + map metadata = 15; + string file = 16; + map options = 17; + repeated Server servers = 18; } message SessionSummary {