From 359b72a57b7c92fc2a11236ac05f5d740db2f540 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Fri, 2 Sep 2016 12:47:15 +0530 Subject: 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 Reviewed-on: http://review.gluster.org/15387 NetBSD-regression: NetBSD Build System Smoke: Gluster Build System Reviewed-by: Ashish Pandey CentOS-regression: Gluster Build System Reviewed-by: Pranith Kumar Karampuri --- xlators/cluster/ec/src/ec-fops.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xlators/cluster/ec/src/ec-fops.h') 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__ */ -- cgit