diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2016-03-17 09:32:17 +0530 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-04-04 17:39:46 -0700 |
commit | d65419677cf784599d4352d94f626823f895a18b (patch) | |
tree | 63d1ddcc864c11d151e267f490bdd13f94504a56 /xlators/cluster/afr/src/afr-self-heald.h | |
parent | c76a1690bbd909b1c2dd2c495e2a8352d599b14b (diff) |
cluster/afr: Use parallel dir scan functionality
BUG: 1221737
Change-Id: I0ed71a72f0e33bd733723e00a01cf28378c5534e
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/13755
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/cluster/afr/src/afr-self-heald.h')
-rw-r--r-- | xlators/cluster/afr/src/afr-self-heald.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/cluster/afr/src/afr-self-heald.h b/xlators/cluster/afr/src/afr-self-heald.h index 58b088e4cd7..f591515669c 100644 --- a/xlators/cluster/afr/src/afr-self-heald.h +++ b/xlators/cluster/afr/src/afr-self-heald.h @@ -56,6 +56,8 @@ typedef struct { eh_t *split_brain; eh_t **statistics; + uint32_t max_threads; + uint32_t wait_qlength; } afr_self_heald_t; |