diff options
Diffstat (limited to 'xlators/performance/io-threads/src/io-threads.h')
| -rw-r--r-- | xlators/performance/io-threads/src/io-threads.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h index f80fd41c45d..2980d18e74b 100644 --- a/xlators/performance/io-threads/src/io-threads.h +++ b/xlators/performance/io-threads/src/io-threads.h @@ -63,7 +63,8 @@ struct iot_conf {      int32_t ac_iot_limit[GF_FOP_PRI_MAX];      int32_t ac_iot_count[GF_FOP_PRI_MAX];      int queue_sizes[GF_FOP_PRI_MAX]; -    gf_atomic_t queue_size; +    int32_t queue_size; +    gf_atomic_t stub_cnt;      pthread_attr_t w_attr;      gf_boolean_t least_priority; /*Enable/Disable least-priority */  | 
