From 99a7b58a2983788a3bb36662d2b83c2da3b6472c Mon Sep 17 00:00:00 2001 From: Avra Sengupta Date: Wed, 9 Oct 2013 12:43:28 +0530 Subject: glusterd: Defining interfaces to make use of mgmt_v3 rpcs Defining separate interfaces for every phase to make use of the rpcs and providing set of integrated interfaces for commands to consume Change-Id: I6d464326c5a8b5875a7c2539c9df072b23fe61a9 Signed-off-by: Avra Sengupta --- xlators/mgmt/glusterd/src/glusterd-syncop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-syncop.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-syncop.c b/xlators/mgmt/glusterd/src/glusterd-syncop.c index e765d28ee..953b9f701 100644 --- a/xlators/mgmt/glusterd/src/glusterd-syncop.c +++ b/xlators/mgmt/glusterd/src/glusterd-syncop.c @@ -21,7 +21,7 @@ extern glusterd_op_info_t opinfo; -static inline void +void gd_synctask_barrier_wait (struct syncargs *args, int count) { glusterd_conf_t *conf = THIS->private; -- cgit