X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-protocolbuffer-encoding%2Fsrc%2Fmain%2Fresources%2FShardManager.proto;h=abd6fcc109447be6cdb9360f3ac2a12ddef2af7e;hb=eff56082a308f3be21cd4eefd03e0799a6b04714;hp=c86fde0c72dea6cb2f20f652794c19eb44478b80;hpb=eee61ea351b6179d2862dce6875bdc25dd0fb272;p=controller.git diff --git a/opendaylight/md-sal/sal-protocolbuffer-encoding/src/main/resources/ShardManager.proto b/opendaylight/md-sal/sal-protocolbuffer-encoding/src/main/resources/ShardManager.proto index c86fde0c72..abd6fcc109 100644 --- a/opendaylight/md-sal/sal-protocolbuffer-encoding/src/main/resources/ShardManager.proto +++ b/opendaylight/md-sal/sal-protocolbuffer-encoding/src/main/resources/ShardManager.proto @@ -8,7 +8,9 @@ message FindPrimary { } message PrimaryFound { + required string primaryPath =1; } message PrimaryNotFound { + required string shardName =1; }