diff options
| author | Pranith Kumar K <pkarampu@redhat.com> | 2016-07-14 11:17:40 +0530 | 
|---|---|---|
| committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2016-07-17 19:26:28 -0700 | 
| commit | f630fb742a603083a6adc610296458bcd2e57062 (patch) | |
| tree | ace7771681750d9930299205c5cdce39c56c64f8 /libglusterfs/src | |
| parent | 3af889f02722f4636d2ea30570de6477e8b5a3a9 (diff) | |
features/index: Move gf_log -> gf_msg
Change-Id: I88e5d69a24309bf9d3cb855950c9a5349bdd3d66
BUG: 1356504
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/14924
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Krutika Dhananjay <kdhananj@redhat.com>
Tested-by: Krutika Dhananjay <kdhananj@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Zhou Zhengping <johnzzpcrystal@gmail.com>
Tested-by: Zhou Zhengping <johnzzpcrystal@gmail.com>
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/glfs-message-id.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h index de7c494d326..34a4c47566a 100644 --- a/libglusterfs/src/glfs-message-id.h +++ b/libglusterfs/src/glfs-message-id.h @@ -179,6 +179,9 @@ GLFS_MSGID_COMP_SYMLINK_CACHE_END  #define GLFS_MSGID_COMP_LEASES_END         (GLFS_MSGID_COMP_LEASES +\                                             GLFS_MSGID_SEGMENT) +#define GLFS_MSGID_COMP_INDEX              GLFS_MSGID_COMP_LEASES_END +#define GLFS_MSGID_COMP_INDEX_END          (GLFS_MSGID_COMP_INDEX +\ +                                            GLFS_MSGID_SEGMENT)  /* --- new segments for messages goes above this line --- */  #endif /* !_GLFS_MESSAGE_ID_H_ */  | 
