aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/attribute/i_attribute_manager.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/i_attribute_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_manager.h b/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_manager.h
index ce163827d42..00a95607010 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_manager.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/i_attribute_manager.h
@@ -21,6 +21,7 @@ namespace vespalib {
namespace proton {
+class AttributeManagerReconfig;
class ImportedAttributesRepo;
/**
@@ -36,6 +37,8 @@ struct IAttributeManager : public search::IAttributeManager
using IAttributeFunctor = search::attribute::IAttributeFunctor;
using IConstAttributeFunctor = search::attribute::IConstAttributeFunctor;
+ virtual std::unique_ptr<AttributeManagerReconfig> prepare_create(AttributeCollectionSpec&& spec) const = 0;
+
/**
* Create a new attribute manager based on the content of the current one and
* the given attribute collection spec.