aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/thread_service_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/test/thread_service_observer.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/test/thread_service_observer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/test/thread_service_observer.h b/searchcore/src/vespa/searchcore/proton/test/thread_service_observer.h
index f2e1e64eeb3..26a92841999 100644
--- a/searchcore/src/vespa/searchcore/proton/test/thread_service_observer.h
+++ b/searchcore/src/vespa/searchcore/proton/test/thread_service_observer.h
@@ -40,7 +40,7 @@ public:
}
size_t getNumThreads() const override { return _service.getNumThreads(); }
- Stats getStats() override {
+ vespalib::ExecutorStats getStats() override {
return _service.getStats();
}