summaryrefslogtreecommitdiffstats
path: root/searchcorespi
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-05-14 14:02:19 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-05-14 18:29:04 +0000
commitd2dec4cfb9cff2c746ba20e727c6f8c846c7985d (patch)
treee624f734c4d59313f037ffaf0ba178d942b90747 /searchcorespi
parent67f55d7c0c14fee4830a010281fc0c2c752c1d8a (diff)
Wire in the shared executor in the threading service.
Diffstat (limited to 'searchcorespi')
-rw-r--r--searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
index a4b5277b616..9cb83b67936 100644
--- a/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
+++ b/searchcorespi/src/vespa/searchcorespi/index/ithreadingservice.h
@@ -54,6 +54,7 @@ struct IThreadingService : public vespalib::Syncable
virtual IThreadService &master() = 0;
virtual IThreadService &index() = 0;
virtual IThreadService &summary() = 0;
+ virtual IThreadService &shared() = 0;
virtual search::ISequencedTaskExecutor &indexFieldInverter() = 0;
virtual search::ISequencedTaskExecutor &indexFieldWriter() = 0;
virtual search::ISequencedTaskExecutor &attributeFieldWriter() = 0;