summaryrefslogtreecommitdiffstats
path: root/xlators/performance/readdir-ahead/src/readdir-ahead-messages.h
diff options
context:
space:
mode:
authorPoornima G <pgurusid@redhat.com>2016-12-08 16:08:40 +0530
committerRaghavendra G <rgowdapp@redhat.com>2017-01-24 00:07:42 -0500
commit7c6538f6c8f9a015663b4fc57c640a7c451c87f7 (patch)
tree252b6d9da6bc34ee17a0635502d15cb67987758a /xlators/performance/readdir-ahead/src/readdir-ahead-messages.h
parentf2e7b6800b812e8bbc9bdbcea4c400a1784e31dc (diff)
Readdir-ahead : Honor readdir-optimise option of dht
Change-Id: I9c5e65b32e316e6a2fc7e1f5c79fce79386b78e2 BUG: 1401812 Signed-off-by: Poornima G <pgurusid@redhat.com> Reviewed-on: https://review.gluster.org/16071 Smoke: Gluster Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/performance/readdir-ahead/src/readdir-ahead-messages.h')
-rw-r--r--xlators/performance/readdir-ahead/src/readdir-ahead-messages.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/performance/readdir-ahead/src/readdir-ahead-messages.h b/xlators/performance/readdir-ahead/src/readdir-ahead-messages.h
index 0e19348b954..0a21bac61f3 100644
--- a/xlators/performance/readdir-ahead/src/readdir-ahead-messages.h
+++ b/xlators/performance/readdir-ahead/src/readdir-ahead-messages.h
@@ -40,7 +40,7 @@
*/
#define GLFS_READDIR_AHEAD_BASE GLFS_MSGID_COMP_READDIR_AHEAD
-#define GLFS_READDIR_AHEAD_NUM_MESSAGES 5
+#define GLFS_READDIR_AHEAD_NUM_MESSAGES 6
#define GLFS_MSGID_END (GLFS_READDIR_AHEAD_BASE +\
GLFS_READDIR_AHEAD_NUM_MESSAGES + 1)
@@ -97,6 +97,7 @@
#define READDIR_AHEAD_MSG_OUT_OF_SEQUENCE (GLFS_READDIR_AHEAD_BASE + 5)
+#define READDIR_AHEAD_MSG_DICT_OP_FAILED (GLFS_READDIR_AHEAD_BASE + 6)
/*------------*/
#define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages"