From 3afe3f8bebd6a1d42a91bb25a176c170c109738c Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Fri, 23 Jun 2023 17:28:58 +0000 Subject: [PATCH] Proto: - Added to Interdomain method to delete slice --- proto/interdomain.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/interdomain.proto b/proto/interdomain.proto index 3e44fb447..ca6a64b19 100644 --- a/proto/interdomain.proto +++ b/proto/interdomain.proto @@ -25,4 +25,5 @@ service InterdomainService { rpc CreateSliceAndAddToCatalog(context.Slice ) returns (context.Slice ) {} rpc OrderSliceWithSLA (context.Slice) returns (context.SliceId) {} // If slice with SLA already exists, returns slice. If not, it creates it. rpc UpdateSlice (context.Slice ) returns (context.Slice ) {} + rpc DeleteSlice (context.SliceId ) returns (context.Empty ) {} } -- GitLab