Blob Blame History Raw
From 0028aafa7c82936737b2cb93eeb4626db27dd9ba Mon Sep 17 00:00:00 2001
From: Anusha <arao@redhat.com>
Date: Sat, 27 Jun 2015 16:38:39 +0530
Subject: [PATCH 184/190] features/performace: Updating the glfs components
                      which were accidentally deleted

BUG: 1231784
Change-Id: I536fac2b0b71fcc1e1eeccf5187bbc1173468743
Signed-off-by: Anusha <arao@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/51755
Reviewed-by: Nithya Balachandran <nbalacha@redhat.com>
Reviewed-by: Raghavendra Gowdappa <rgowdapp@redhat.com>
Tested-by: Raghavendra Gowdappa <rgowdapp@redhat.com>
---
 libglusterfs/src/glfs-message-id.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h
index 0087440..d6705b4 100644
--- a/libglusterfs/src/glfs-message-id.h
+++ b/libglusterfs/src/glfs-message-id.h
@@ -113,6 +113,13 @@
 #define GLFS_MSGID_COMP_QUOTA_END          (GLFS_MSGID_COMP_QUOTA +\
                                            GLFS_MSGID_SEGMENT)
 
+#define GLFS_MSGID_COMP_CTR                GLFS_MSGID_COMP_QUOTA_END
+#define GLFS_MSGID_COMP_CTR_END            (GLFS_MSGID_COMP_CTR+\
+                                           GLFS_MSGID_SEGMENT)
+
+#define GLFS_MSGID_COMP_EC               GLFS_MSGID_COMP_CTR_END
+#define GLFS_MSGID_COMP_EC_END           (GLFS_MSGID_COMP_EC +\
+                                         GLFS_MSGID_SEGMENT)
 
 #define GLFS_MSGID_COMP_IO_CACHE                GLFS_MSGID_COMP_EC_END
 #define GLFS_MSGID_COMP_IO_CACHE_END            (GLFS_MSGID_COMP_IO_CACHE+\
-- 
1.7.1