From 9bbee1c2bc91d194d7470dfe2351b7d8c7abe102 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Thu, 25 Jan 2018 06:52:32 -0800 Subject: core: add some examples of site.h usage Change-Id: I6ce574a593eda8f3a6b2fc8969b5edf7c250b61c Signed-off-by: Jeff Darcy --- xlators/performance/io-threads/src/io-threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance/io-threads/src') diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index bade0d6a807..80d0168bf4c 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -1256,7 +1256,7 @@ struct volume_options options[] = { }, { .key = {"enable-least-priority"}, .type = GF_OPTION_TYPE_BOOL, - .default_value = "on", + .default_value = SITE_H_ENABLE_LEAST_PRIORITY, .op_version = {1}, .flags = OPT_FLAG_SETTABLE | OPT_FLAG_DOC, .tags = {"io-threads"}, -- cgit