From 69c35dbb4b3b92c60cbce8dff58e9d1399820b0d Mon Sep 17 00:00:00 2001 From: Ashish Pandey Date: Thu, 1 Feb 2018 12:18:38 +0530 Subject: feature/thin-arbiter: Implement thin-arbiter translator Updates #352 Change-Id: I3d8caa6479dc8e48bec62a09b056971bb061f0cf Signed-off-by: Ashish Pandey --- libglusterfs/src/glfs-message-id.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src') 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 --- */ -- cgit