summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server/src/server-messages.h
diff options
context:
space:
mode:
authorPoornima G <pgurusid@redhat.com>2018-01-16 14:14:39 +0530
committerAmar Tumballi <amarts@redhat.com>2018-01-31 09:13:58 +0000
commit542af5714d761e787276111ca8bf7a5c69afb721 (patch)
treec546c94eac9711ad403bd5c04493f5bb543c800b /xlators/protocol/server/src/server-messages.h
parentbb34b07fd2ec5e6c3eed4fe0cdf33479dbf5127b (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.h3
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__ */