aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/searchable_doc_subdb_configurer.h
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2023-02-07 16:03:06 +0100
committerGitHub <noreply@github.com>2023-02-07 16:03:06 +0100
commit260788dbcc76f4b7b0855bfa48e23495a1561e91 (patch)
tree801c3b04edadaf93f3c05958031202f9adb39668 /searchcore/src/vespa/searchcore/proton/server/searchable_doc_subdb_configurer.h
parentc71bc7f0582f0c29476310dec2c1c12762bcbb8d (diff)
parent1fb56a093caf4369189e0d00ff3e406d674ec420 (diff)
Merge pull request #25919 from vespa-engine/toregge/pass-optional-serial-num-to-prepare-reconfigv8.121.38
Pass optional serial num to prepare reconfig
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/searchable_doc_subdb_configurer.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/searchable_doc_subdb_configurer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/searchable_doc_subdb_configurer.h b/searchcore/src/vespa/searchcore/proton/server/searchable_doc_subdb_configurer.h
index b3ec169afeb..e6b0ebda7c1 100644
--- a/searchcore/src/vespa/searchcore/proton/server/searchable_doc_subdb_configurer.h
+++ b/searchcore/src/vespa/searchcore/proton/server/searchable_doc_subdb_configurer.h
@@ -78,7 +78,7 @@ public:
void reconfigureIndexSearchable();
- std::unique_ptr<const DocumentSubDBReconfig> prepare_reconfig(const DocumentDBConfig& new_config_snapshot, const DocumentDBConfig& old_config_snapshot, const ReconfigParams& reconfig_params);
+ std::unique_ptr<DocumentSubDBReconfig> prepare_reconfig(const DocumentDBConfig& new_config_snapshot, const DocumentDBConfig& old_config_snapshot, const ReconfigParams& reconfig_params, std::optional<search::SerialNum> serial_num);
void reconfigure(const DocumentDBConfig &newConfig,
const DocumentDBConfig &oldConfig,