Serialization/Deserialization and a host of other fixes
[controller.git] / opendaylight / md-sal / sal-protocolbuffer-encoding / src / main / resources / ShardManager.proto
index c86fde0c72dea6cb2f20f652794c19eb44478b80..abd6fcc109447be6cdb9360f3ac2a12ddef2af7e 100644 (file)
@@ -8,7 +8,9 @@ message FindPrimary {
 }
 
 message PrimaryFound {
+  required string primaryPath =1;
 }
 
 message PrimaryNotFound {
+  required string shardName =1;
 }