diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2013-03-18 12:32:35 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-04-09 12:52:08 -0700 |
commit | cf48bea3b298ea9aa35d82848a77b6bf681265d6 (patch) | |
tree | 802fa2346127234ec9619299ec6a6e9acd2dc216 /xlators/mgmt/glusterd/src/glusterd.h | |
parent | 9c1d7cebbc62723f719b2fd0c45e0a7452e0d6be (diff) |
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 <raghavendra@redhat.com>
Reviewed-on: http://review.gluster.org/4688
Reviewed-by: Anand Avati <avati@redhat.com>
Tested-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd.h b/xlators/mgmt/glusterd/src/glusterd.h index a1327e60c12..dfdbbb3bea7 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 */ |