summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/libglusterfs-messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/libglusterfs-messages.h')
-rw-r--r--libglusterfs/src/libglusterfs-messages.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/libglusterfs/src/libglusterfs-messages.h b/libglusterfs/src/libglusterfs-messages.h
index d2ad44e470e..29196929eb3 100644
--- a/libglusterfs/src/libglusterfs-messages.h
+++ b/libglusterfs/src/libglusterfs-messages.h
@@ -36,7 +36,9 @@
*/
#define GLFS_LG_BASE GLFS_MSGID_COMP_LIBGLUSTERFS
-#define GLFS_LG_NUM_MESSAGES 207
+
+#define GLFS_LG_NUM_MESSAGES 209
+
#define GLFS_LG_MSGID_END (GLFS_LG_BASE + GLFS_LG_NUM_MESSAGES + 1)
/* Messaged with message IDs */
#define glfs_msg_start_lg GLFS_LG_BASE, "Invalid: Start of messages"
@@ -1762,6 +1764,7 @@
* @recommendedaction
*
*/
+
#define LG_MSG_INVALID_INODE_LIST (GLFS_LG_BASE + 207)
/*!
@@ -1770,6 +1773,24 @@
* @recommendedaction
*
*/
+
+#define LG_MSG_COMPACT_FAILED (GLFS_LG_BASE + 208)
+
+/*!
+ * @messageid
+ * @diagnosis
+ * @recommendedaction
+ *
+ */
+
+#define LG_MSG_COMPACT_STATUS (GLFS_LG_BASE + 209)
+
+/*!
+ * @messageid
+ * @diagnosis
+ * @recommendedaction
+ *
+ */
/*------------*/
#define glfs_msg_end_lg GLFS_LG_MSGID_END, "Invalid: End of messages"