From: Liu Yuan <[email protected]>
SD_FLAG_NOHALT and SD_FLAG_CMD_WRITE use the same value. This is wrong.
---
include/sheep.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/sheep.h b/include/sheep.h
index 906c1f5..194c06d 100644
--- a/include/sheep.h
+++ b/include/sheep.h
@@ -59,7 +59,7 @@
#define SD_RES_INVALID_CTIME 0x44 /* Creation time of sheepdog is different */
#define SD_RES_INVALID_EPOCH 0x45 /* Invalid epoch */
-#define SD_FLAG_NOHALT 0x0001 /* Server the IO rquest even lack of nodes
*/
+#define SD_FLAG_NOHALT 0x0004 /* Serve the IO rquest even lack of nodes
*/
struct sd_so_req {
uint8_t proto_ver;
--
1.7.8.2
--
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog