diff options
author | Ashish Pandey <aspandey@redhat.com> | 2018-02-01 12:18:38 +0530 |
---|---|---|
committer | Ashish Pandey <aspandey@redhat.com> | 2018-04-25 14:34:39 +0530 |
commit | 69c35dbb4b3b92c60cbce8dff58e9d1399820b0d (patch) | |
tree | 21b876b954c54ee068788ffca19ccbc293c95e49 /libglusterfs | |
parent | 6912441543192a366f264b61d97d50faf3815a28 (diff) |
feature/thin-arbiter: Implement thin-arbiter translator
Updates #352
Change-Id: I3d8caa6479dc8e48bec62a09b056971bb061f0cf
Signed-off-by: Ashish Pandey <aspandey@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glfs-message-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glfs-message-id.h b/libglusterfs/src/glfs-message-id.h index 86e1d9f72c2..f991ce142d4 100644 --- a/libglusterfs/src/glfs-message-id.h +++ b/libglusterfs/src/glfs-message-id.h @@ -87,6 +87,7 @@ enum _msgid_comp { GLFS_MSGID_COMP(HAM, 1), GLFS_MSGID_COMP(SDFS, 1), GLFS_MSGID_COMP(QUIESCE, 1), + GLFS_MSGID_COMP(TA, 1), /* --- new segments for messages goes above this line --- */ |