summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-threads/src/io-threads.h
diff options
context:
space:
mode:
authorShehjar Tikoo <shehjart@zresearch.com>2009-02-19 05:25:44 -0800
committerAnand V. Avati <avati@dev.gluster.com>2009-02-19 07:08:22 -0800
commit6a250d9087014551c5085a534248982b195f819f (patch)
treee44f657e9cbb35e9c1f70e8c730048e5e09b95f4 /xlators/performance/io-threads/src/io-threads.h
parent91df2dbcb10813d17053f715ae40a50b7499f4bc (diff)
Remove dead code.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/performance/io-threads/src/io-threads.h')
-rw-r--r--xlators/performance/io-threads/src/io-threads.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h
index 6595d3e277b..db578115750 100644
--- a/xlators/performance/io-threads/src/io-threads.h
+++ b/xlators/performance/io-threads/src/io-threads.h
@@ -58,15 +58,8 @@ struct iot_worker {
struct iot_conf *conf;
int64_t q,dq;
pthread_cond_t dq_cond;
- /*
- pthread_cond_t q_cond;
- pthread_mutex_t lock;
- */
int32_t fd_count;
int32_t queue_size;
- /*
- int32_t queue_limit;
- */
pthread_t thread;
};