From f4a517473a5ea0e5392ec123d4d4d3ee2167c6de Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <mail@manuelkieweg.de> Date: Thu, 17 Jun 2021 17:20:33 +0100 Subject: [PATCH] getPath message --- proto/gosdn/pnd/pnd.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/gosdn/pnd/pnd.proto b/proto/gosdn/pnd/pnd.proto index 7523254..dc7ec34 100644 --- a/proto/gosdn/pnd/pnd.proto +++ b/proto/gosdn/pnd/pnd.proto @@ -45,7 +45,8 @@ message getChange { } message getPath { - string path = 1; + string did = 1; + string path = 2; } message GetResponse { -- GitLab