BUG 2371 : Leader should reset it's snapshot tracking when follower is restarted
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / resources / InstallSnapshot.proto
index 4198644b13952f8e05c5f9f4a0db75316594c7ba..adb58ae4affe1fba3be9b9afb9141a36255523fb 100644 (file)
@@ -12,4 +12,5 @@ message InstallSnapshot {
     optional bytes data = 5;
     optional int32 chunkIndex = 6;
     optional int32 totalChunks = 7;
+    optional int32 lastChunkHashCode = 8;
 }