From b2673ae923f3e4651f4c642a9b88f5d200a25585 Mon Sep 17 00:00:00 2001 From: Nandaja Varma Date: Thu, 9 Jul 2015 11:37:16 +0530 Subject: glusterd: Porting the left out gf_log_callingfns to new framework Change-Id: I1b0ad54238895475ddbacc4fffacac8dc6e887fe BUG: 1235538 Signed-off-by: Nandaja Varma Reviewed-on: http://review.gluster.org/11590 Tested-by: Gluster Build System Tested-by: NetBSD Build System Reviewed-by: Atin Mukherjee --- xlators/mgmt/glusterd/src/glusterd-messages.h | 30 ++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-messages.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-messages.h b/xlators/mgmt/glusterd/src/glusterd-messages.h index 3752a05fa04..7b0a8692e1c 100644 --- a/xlators/mgmt/glusterd/src/glusterd-messages.h +++ b/xlators/mgmt/glusterd/src/glusterd-messages.h @@ -40,7 +40,7 @@ */ #define GLUSTERD_COMP_BASE GLFS_MSGID_GLUSTERD -#define GLFS_NUM_MESSAGES 563 +#define GLFS_NUM_MESSAGES 568 #define GLFS_MSGID_END (GLUSTERD_COMP_BASE + GLFS_NUM_MESSAGES + 1) /* Messaged with message IDs */ #define glfs_msg_start_x GLFS_COMP_BASE, "Invalid: Start of messages" @@ -4555,7 +4555,7 @@ * @recommendedaction * */ -#define GD_MSG_SVC_START_SUCCESS (GLUSTERD_COMP_BASE + 564) +#define GD_MSG_LOCK_OWNER_MISMATCH (GLUSTERD_COMP_BASE + 564) /*! * @messageid @@ -4563,7 +4563,31 @@ * @recommendedaction * */ -#define GD_MSG_SVC_STOP_SUCCESS (GLUSTERD_COMP_BASE + 565) +#define GD_MSG_LOCK_NOT_HELD (GLUSTERD_COMP_BASE + 565) + +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ +#define GD_MSG_LOCK_ALREADY_HELD (GLUSTERD_COMP_BASE + 566) + +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ +#define GD_MSG_SVC_START_SUCCESS (GLUSTERD_COMP_BASE + 567) + +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ +#define GD_MSG_SVC_STOP_SUCCESS (GLUSTERD_COMP_BASE + 568) /*------------*/ #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages" -- cgit