summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-29 18:45:34 +0100
committerGitHub <noreply@github.com>2023-01-29 18:45:34 +0100
commit8a290241c2ba71a5316a2cae33a0776e26dfdd88 (patch)
tree961f887c500f44e77a0a94f7a443fbf7bee9f519
parentef4ef1ede9979a8bf6c581e3cb79d577cf501f75 (diff)
parent4bd4a42d0a96b266e80cfa5cd0fa1025d5180340 (diff)
Merge pull request #25783 from vespa-engine/toregge/specify-which-flushstats-type-to-use
Specify which FlushStats type to use.
-rw-r--r--searchcore/src/vespa/searchcorespi/index/indexmaintainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcorespi/index/indexmaintainer.h b/searchcore/src/vespa/searchcorespi/index/indexmaintainer.h
index 9328b1954e4..5cf8c2f67d5 100644
--- a/searchcore/src/vespa/searchcorespi/index/indexmaintainer.h
+++ b/searchcore/src/vespa/searchcorespi/index/indexmaintainer.h
@@ -189,7 +189,7 @@ class IndexMaintainer : public IIndexManager,
ISearchableIndexCollection::SP old_source_list; // Delays destruction
search::FixedSourceSelector::SaveInfo::SP save_info;
SerialNum flush_serial_num;
- FlushStats * stats;
+ searchcorespi::FlushStats * stats;
bool _skippedEmptyLast; // Don't flush empty memory index
// Extra indexes to flush before flushing last frozen memory index