Because of the changing struct sd_node layout, dog of v0.7.x cannot
communicate with the latest sheep. This patch forbid the mismatch
communication by incrementing SD_SHEEP_PROTO_VER.

Signed-off-by: Hitoshi Mitake <[email protected]>
---
 include/internal_proto.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/internal_proto.h b/include/internal_proto.h
index 2a2a785..ceb8f84 100644
--- a/include/internal_proto.h
+++ b/include/internal_proto.h
@@ -24,7 +24,7 @@
 #include "rbtree.h"
 #include "fec.h"
 
-#define SD_SHEEP_PROTO_VER 0x08
+#define SD_SHEEP_PROTO_VER 0x09
 
 #define SD_DEFAULT_COPIES 3
 /*
-- 
1.7.10.4

-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to