From 52bab918c4ba712cb1d0925375d6309fa01a1341 Mon Sep 17 00:00:00 2001 From: Jose Luis Carcel <jose.carcel@atos.net> Date: Wed, 26 Jul 2023 07:42:54 +0000 Subject: [PATCH] Update file context.proto --- proto/context.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/context.proto b/proto/context.proto index 55a80470d..87680a5b9 100644 --- a/proto/context.proto +++ b/proto/context.proto @@ -448,9 +448,10 @@ message EndPointId { message EndPoint { EndPointId endpoint_id = 1; string name = 2; - string endpoint_type = 3; + string endpoint_type = 3; // == 'smartnics' repeated kpi_sample_types.KpiSampleType kpi_sample_types = 4; Location endpoint_location = 5; + map<string, google.Any> capabilities = 6; } message EndPointName { -- GitLab