diff options
author | Nandaja Varma <nandaja.varma@gmail.com> | 2015-04-30 14:28:10 +0530 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2015-06-27 02:19:38 -0700 |
commit | cb578de65bd7e03882dd4f48fe65b29935a426e0 (patch) | |
tree | 464f910405d727858002ecb9e1f3ff1debee5bdf /libglusterfs | |
parent | 8708953fa3d9187997dc6d484dae663b4469c7ca (diff) |
ec: Porting messages to new logging framework
This is a backport of http://review.gluster.org/#/c/10465/
cherry-picked from commit b0b9eaea9dbb4e9a535f5e969defc4556a9e2204
>Change-Id: Ia05ae750a245a37d48978e5f37b52f4fb0507a8c
>BUG: 1194640
>Signed-off-by: Nandaja Varma <nandaja.varma@gmail.com>
Change-Id: Ia05ae750a245a37d48978e5f37b52f4fb0507a8c
BUG: 1217722
Signed-off-by: Nandaja Varma <nandaja.varma@gmail.com>
Reviewed-on: http://review.gluster.org/11429
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glfs-message-id.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h index 745ad8b32ad..eceb8c65849 100644 --- a/libglusterfs/src/glfs-message-id.h +++ b/libglusterfs/src/glfs-message-id.h @@ -112,6 +112,10 @@ #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) + /* --- new segments for messages goes above this line --- */ #endif /* !_GLFS_MESSAGE_ID_H_ */ |