From cf48bea3b298ea9aa35d82848a77b6bf681265d6 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Mon, 18 Mar 2013 12:32:35 +0530 Subject: mgmt/glusterd: enable valgrind usage even in non DEBUG build * Till now running glusterfs processes were allowed to run in valgrind mode only when built with debug mode enabled. Change-Id: I11e07ea2a4da4f82f70cdded6258a22d65d6db64 BUG: 922877 Signed-off-by: Raghavendra Bhat Reviewed-on: http://review.gluster.org/4688 Reviewed-by: Anand Avati Tested-by: Anand Avati --- xlators/mgmt/glusterd/src/glusterd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xlators/mgmt/glusterd/src/glusterd.h') diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h index a1327e60c..dfdbbb3be 100644 --- a/xlators/mgmt/glusterd/src/glusterd.h +++ b/xlators/mgmt/glusterd/src/glusterd.h @@ -143,9 +143,7 @@ typedef struct { struct rpc_clnt_program *gfs_mgmt; struct list_head mount_specs; -#ifdef DEBUG gf_boolean_t valgrind; -#endif pthread_t brick_thread; void *hooks_priv; /* need for proper handshake_t */ -- cgit