summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/ec/src/ec-fops.h
diff options
context:
space:
mode:
authorPoornima G <pgurusid@redhat.com>2016-09-02 12:47:15 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2016-09-25 12:30:18 -0700
commit359b72a57b7c92fc2a11236ac05f5d740db2f540 (patch)
treeb2473cb285daec571cec57673ac0ac8ad522d904 /xlators/cluster/ec/src/ec-fops.h
parentf6a3c541941df6fd19ef57185aca5c4bcec2dec3 (diff)
ec: Implement ipc fop
The ipc will be wound to all the bricks, but for it to be successfull, the fop should succeed on minimum number of bricks. Change-Id: I3f8cb6a349e87bafd0773583def9d4e3765aa140 BUG: 1211863 Signed-off-by: Poornima G <pgurusid@redhat.com> Reviewed-on: http://review.gluster.org/15387 NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Ashish Pandey <aspandey@redhat.com> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'xlators/cluster/ec/src/ec-fops.h')
-rw-r--r--xlators/cluster/ec/src/ec-fops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/cluster/ec/src/ec-fops.h b/xlators/cluster/ec/src/ec-fops.h
index 13f419b5a30..395641cde08 100644
--- a/xlators/cluster/ec/src/ec-fops.h
+++ b/xlators/cluster/ec/src/ec-fops.h
@@ -199,4 +199,8 @@ void ec_seek(call_frame_t *frame, xlator_t *this, uintptr_t target,
int32_t minimum, fop_seek_cbk_t func, void *data, fd_t *fd,
off_t offset, gf_seek_what_t what, dict_t *xdata);
+void ec_ipc(call_frame_t *frame, xlator_t *this, uintptr_t target,
+ int32_t minimum, fop_ipc_cbk_t func, void *data, int32_t op,
+ dict_t *xdata);
+
#endif /* __EC_FOPS_H__ */