diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2012-07-26 12:50:05 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-07-30 11:32:21 -0700 |
commit | b3025cb8dd79751c12b7bb375ec701b532688cbc (patch) | |
tree | 58741e9c4fc0cb463b45601b6f964256f62eb17b /xlators/performance/io-threads/src/io-threads.h | |
parent | 224227ef6612680b191bef143b75c7929f9a4c34 (diff) |
performance/io-threads: dump the io-threads specific information in statedump
Change-Id: Ib9b9eab2d2e90fce21ef32f0f884101938978859
BUG: 843377
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-on: http://review.gluster.com/3736
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/performance/io-threads/src/io-threads.h')
-rw-r--r-- | xlators/performance/io-threads/src/io-threads.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.h b/xlators/performance/io-threads/src/io-threads.h index feac5ae73fe..a6b640884d0 100644 --- a/xlators/performance/io-threads/src/io-threads.h +++ b/xlators/performance/io-threads/src/io-threads.h @@ -28,6 +28,7 @@ #include "locking.h" #include "iot-mem-types.h" #include <semaphore.h> +#include "statedump.h" struct iot_conf; @@ -73,6 +74,7 @@ struct iot_conf { gf_boolean_t least_priority; /*Enable/Disable least-priority */ xlator_t *this; + size_t stack_size; }; typedef struct iot_conf iot_conf_t; |