summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client-mem-types.h
diff options
context:
space:
mode:
authorAnuradha Talur <atalur@redhat.com>2016-04-29 16:12:10 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2016-04-30 17:47:47 -0700
commit45fa52d798298623757867c1936045231f0d0af7 (patch)
treeb216ac267dc21339fac8a40f49a5db4e89a3f19d /xlators/protocol/client/src/client-mem-types.h
parent93eaeb9c93be3232f24e840044d560f9f0e66f71 (diff)
protocol/client : Implementation of compound fop
Change-Id: Iade71daf3bc70e60833d693ac55151c9cf691381 BUG: 1303829 Signed-off-by: Anuradha Talur <atalur@redhat.com> Reviewed-on: http://review.gluster.org/14114 Smoke: Gluster Build System <jenkins@build.gluster.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'xlators/protocol/client/src/client-mem-types.h')
-rw-r--r--xlators/protocol/client/src/client-mem-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-mem-types.h b/xlators/protocol/client/src/client-mem-types.h
index f6573da2ddd..e6cb9a2e0f4 100644
--- a/xlators/protocol/client/src/client-mem-types.h
+++ b/xlators/protocol/client/src/client-mem-types.h
@@ -20,6 +20,8 @@ enum gf_client_mem_types_ {
gf_client_mt_clnt_fdctx_t,
gf_client_mt_clnt_lock_t,
gf_client_mt_clnt_fd_lk_local_t,
+ gf_client_mt_clnt_args_t,
+ gf_client_mt_compound_req_t,
gf_client_mt_end,
};
#endif /* __CLIENT_MEM_TYPES_H__ */