diff options
author | Manikandan Selvaganesh <mselvaga@redhat.com> | 2015-08-12 15:29:31 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2015-08-26 05:08:24 -0700 |
commit | a26dbb38acdb2ec5fe16068caee189709faae76e (patch) | |
tree | 52d7ce8aba87359152af541ff13551988d9c7c84 /xlators/protocol/server/src/server-messages.h | |
parent | e883e98998404a9e1ef18516d88520cfe2451b3f (diff) |
protocol/server : porting missing gf_log's to gf_msg
Change-Id: I8818931fafea3c013551a5de23a9f77c81164841
BUG: 1252808
Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com>
Reviewed-on: http://review.gluster.org/11895
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/protocol/server/src/server-messages.h')
-rw-r--r-- | xlators/protocol/server/src/server-messages.h | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server-messages.h b/xlators/protocol/server/src/server-messages.h index 83c9a9039b9..700af57143a 100644 --- a/xlators/protocol/server/src/server-messages.h +++ b/xlators/protocol/server/src/server-messages.h @@ -40,7 +40,7 @@ */ #define GLFS_PS_BASE GLFS_MSGID_COMP_PS -#define GLFS_NUM_MESSAGES 83 +#define GLFS_NUM_MESSAGES 88 #define GLFS_MSGID_END (GLFS_PS_BASE + GLFS_NUM_MESSAGES + 1) /* Messages with message IDs */ #define glfs_msg_start_x GLFS_PS_BASE, "Invalid: Start of messages" @@ -793,6 +793,43 @@ * */ +#define PS_MSG_ENCODE_MSG_FAILED (GLFS_PS_BASE + 84) + +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ + +#define PS_MSG_REPLY_SUBMIT_FAILED (GLFS_PS_BASE + 85) + +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ + +#define PS_MSG_RPC_NOTIFY_ERROR (GLFS_PS_BASE + 86) + +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ + +#define PS_MSG_SERVER_EVENT_UPCALL_FAILED (GLFS_PS_BASE + 87) + +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ + +#define PS_MSG_SERVER_IPC_INFO (GLFS_PS_BASE + 88) /*------------*/ #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages" |