diff options
author | Poornima G <pgurusid@redhat.com> | 2018-01-16 14:14:39 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-01-31 09:13:58 +0000 |
commit | 542af5714d761e787276111ca8bf7a5c69afb721 (patch) | |
tree | c546c94eac9711ad403bd5c04493f5bb543c800b /xlators/protocol/server/src/server-messages.h | |
parent | bb34b07fd2ec5e6c3eed4fe0cdf33479dbf5127b (diff) |
protocol: Implement put fop
Updates #353
Change-Id: I755b9208690be76935d763688fa414521eba3a40
Signed-off-by: Poornima G <pgurusid@redhat.com>
Diffstat (limited to 'xlators/protocol/server/src/server-messages.h')
-rw-r--r-- | xlators/protocol/server/src/server-messages.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server-messages.h b/xlators/protocol/server/src/server-messages.h index b0fb45070da..f7698806e3c 100644 --- a/xlators/protocol/server/src/server-messages.h +++ b/xlators/protocol/server/src/server-messages.h @@ -115,7 +115,8 @@ GLFS_MSGID(PS, PS_MSG_SEEK_INFO, PS_MSG_COMPOUND_INFO, PS_MSG_CLIENT_OPVERSION_GET_FAILED, - PS_MSG_CHILD_STATUS_FAILED + PS_MSG_CHILD_STATUS_FAILED, + PS_MSG_PUT_INFO ); #endif /* !_PS_MESSAGES_H__ */ |