summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client.h
diff options
context:
space:
mode:
authorSusant Palai <spalai@redhat.com>2016-04-30 18:00:44 +0530
committerNiels de Vos <ndevos@redhat.com>2016-05-01 18:04:31 -0700
commit2cca000fcc2adbffbb3f5258c57ae564b9e2d51f (patch)
tree971db1740040b652d226987baf417a33bb8ab035 /xlators/protocol/client/src/client.h
parentc823603f5aab0a60eb076ea43b869739745d9f21 (diff)
protocol: add getactivelk () fop
Change-Id: Ie38198db990f133fe163ba160cdf647e34f83f4f BUG: 1326085 Signed-off-by: Susant Palai <spalai@redhat.com> Reviewed-on: http://review.gluster.org/13994 Reviewed-by: Niels de Vos <ndevos@redhat.com> 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>
Diffstat (limited to 'xlators/protocol/client/src/client.h')
-rw-r--r--xlators/protocol/client/src/client.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h
index efa9d21437a..c12c45605b5 100644
--- a/xlators/protocol/client/src/client.h
+++ b/xlators/protocol/client/src/client.h
@@ -360,4 +360,10 @@ client_process_response (call_frame_t *frame, xlator_t *this,
int index);
void
compound_request_cleanup (gfs3_compound_req *req);
+
+int
+clnt_unserialize_rsp_locklist (xlator_t *this, struct gfs3_getactivelk_rsp *rsp,
+ lock_migration_info_t *lmi);
+void
+clnt_getactivelk_rsp_cleanup (gfs3_getactivelk_rsp *rsp);
#endif /* !_CLIENT_H */