config: allow configuring partitions
This just allows creating empty partitions. More features to come.
This commit is contained in:
@@ -97,6 +97,7 @@ enum class ConfigBlockOption {
|
||||
AUDIO_FILTER,
|
||||
DATABASE,
|
||||
NEIGHBORS,
|
||||
PARTITION,
|
||||
MAX
|
||||
};
|
||||
|
||||
|
||||
@@ -96,6 +96,7 @@ const ConfigTemplate config_block_templates[] = {
|
||||
{ "filter", true },
|
||||
{ "database" },
|
||||
{ "neighbors", true },
|
||||
{ "partition", true },
|
||||
};
|
||||
|
||||
static constexpr unsigned n_config_block_templates =
|
||||
|
||||
Reference in New Issue
Block a user