summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-threads/src/iot-mem-types.h
diff options
context:
space:
mode:
authorJeff Darcy <jdarcy@redhat.com>2016-07-22 13:11:15 -0400
committerJeff Darcy <jdarcy@redhat.com>2016-07-25 08:58:49 -0400
commit375eb14b6e0594a0a2b7abe96bcd2d9ad626d516 (patch)
treede16a6e68d07a98b87185b2fe0d32cc85907832a /xlators/performance/io-threads/src/iot-mem-types.h
parentb44305104d262ffd3b07345ce7867f9b0d0ed8f0 (diff)
io-threads: distribute work fairly among clientsround-robin2
This is the full "queue of queues" approach where each client gets its own queue (per priority) and we round-robin among them. Change-Id: I73955d1b9bb93f2ff781b48dfe2509009c519ec6 Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/performance/io-threads/src/iot-mem-types.h')
-rw-r--r--xlators/performance/io-threads/src/iot-mem-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/io-threads/src/iot-mem-types.h b/xlators/performance/io-threads/src/iot-mem-types.h
index 4fa8302d1f4..fbf9188f9cd 100644
--- a/xlators/performance/io-threads/src/iot-mem-types.h
+++ b/xlators/performance/io-threads/src/iot-mem-types.h
@@ -16,6 +16,7 @@
enum gf_iot_mem_types_ {
gf_iot_mt_iot_conf_t = gf_common_mt_end + 1,
+ gf_iot_mt_client_ctx_t,
gf_iot_mt_end
};
#endif