diff options
Diffstat (limited to 'xlators/features/index/src/index.h')
-rw-r--r-- | xlators/features/index/src/index.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/features/index/src/index.h b/xlators/features/index/src/index.h index f1e0293b794..149cfd415b3 100644 --- a/xlators/features/index/src/index.h +++ b/xlators/features/index/src/index.h @@ -58,6 +58,8 @@ typedef struct index_priv { int64_t pending_count; pthread_t thread; gf_boolean_t down; + gf_atomic_t stub_cnt; + int32_t curr_count; } index_priv_t; typedef struct index_local { |