diff options
author | Poornima G <pgurusid@redhat.com> | 2016-05-10 02:35:22 -0400 |
---|---|---|
committer | Pranith Kumar Karampuri <pkarampu@redhat.com> | 2016-05-10 03:50:01 -0700 |
commit | f3699f32fd8d468f757697fdacf4949b8d5312d5 (patch) | |
tree | de79b63c048ede5554d2ef65201a1feb189bbe1d /xlators/protocol | |
parent | 0c73e7050c4d30ace0c39cc9b9634e9c1b448cfb (diff) |
client: Fix the message ids
The message id of PC_MSG_GFID_NULL was changed as a part of rebase
of http://review.gluster.org/#/c/11597. Fixing the same
Change-Id: I773e02fb5695b6b55700046f4a4298ec475f8991
Signed-off-by: Poornima G <pgurusid@redhat.com>
Reviewed-on: http://review.gluster.org/14276
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/protocol')
-rw-r--r-- | xlators/protocol/client/src/client-messages.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/xlators/protocol/client/src/client-messages.h b/xlators/protocol/client/src/client-messages.h index 082a7103674..cf28c582872 100644 --- a/xlators/protocol/client/src/client-messages.h +++ b/xlators/protocol/client/src/client-messages.h @@ -627,7 +627,7 @@ * */ -#define PC_MSG_RECALL_LEASE_FAIL (GLFS_PC_BASE + 65) +#define PC_MSG_GFID_NULL (GLFS_PC_BASE + 65) /*! * @messageid @@ -636,9 +636,16 @@ * */ -#define PC_MSG_GFID_NULL (GLFS_PC_BASE + 66) +#define PC_MSG_RECALL_LEASE_FAIL (GLFS_PC_BASE + 66) +/*! + * @messageid + * @diagnosis + * @recommendedaction + * + */ /*------------*/ + #define glfs_msg_end_x GLFS_MSGID_END, "Invalid: End of messages" #endif /* !_PC_MESSAGES_H__ */ |