From 1faf452818fe51fae1f07d17afab910a5e0da0cd Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Fri, 22 Jul 2016 13:11:15 -0400 Subject: io-threads: distribute work fairly among clients 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 BUG: 1360402 Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.org/14904 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System --- xlators/performance/io-threads/src/iot-mem-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/performance/io-threads/src/iot-mem-types.h') 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 -- cgit