From e0dbbe851baf564037edc3b967563730a0ed9c81 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 19 Nov 2013 15:38:57 +0530 Subject: mgmt/glusterd: fix undefined sybmol error related to BD Change-Id: I2210f1ac7de04c6025c0ec02d998b626d41466ae BUG: 1028672 Signed-off-by: Pranith Kumar K Reviewed-on: http://review.gluster.org/6303 Reviewed-by: M. Mohan Kumar Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/mgmt/glusterd/src/glusterd-op-sm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index 498c869a025..62f991933c8 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -286,7 +286,9 @@ glusterd_check_gsync_running (glusterd_volinfo_t *volinfo, gf_boolean_t *flag); int glusterd_defrag_volume_node_rsp (dict_t *req_dict, dict_t *rsp_dict, dict_t *op_ctx); +#ifdef HAVE_BD_XLATOR int glusterd_is_valid_vg (glusterd_brickinfo_t *brick, int check_tag, char *msg); +#endif #endif -- cgit