summaryrefslogtreecommitdiffstats
path: root/xlators/performance/quick-read/src/quick-read-messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/quick-read/src/quick-read-messages.h')
-rw-r--r--xlators/performance/quick-read/src/quick-read-messages.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/xlators/performance/quick-read/src/quick-read-messages.h b/xlators/performance/quick-read/src/quick-read-messages.h
index d7444dd8c8f..a3bd594471f 100644
--- a/xlators/performance/quick-read/src/quick-read-messages.h
+++ b/xlators/performance/quick-read/src/quick-read-messages.h
@@ -40,7 +40,7 @@
*/
#define GLFS_QUICK_READ_BASE GLFS_MSGID_COMP_QUICK_READ
-#define GLFS_QUICK_READ_NUM_MESSAGES 7
+#define GLFS_QUICK_READ_NUM_MESSAGES 8
#define GLFS_MSGID_END (GLFS_QUICK_READ_BASE +\
GLFS_QUICK_READ_NUM_MESSAGES + 1)
@@ -112,6 +112,15 @@
*
*/
+#define QUICK_READ_MSG_LRU_NOT_EMPTY (GLFS_QUICK_READ_BASE + 8)
+
+/*!
+ * @messageid
+ * @diagnosis
+ * @recommendedaction None
+ *
+ */
+
/*------------*/
#define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages"