config: allow configuring partitions

This just allows creating empty partitions.  More features to come.
This commit is contained in:
Max Kellermann
2022-07-12 20:50:46 +02:00
parent 64f84d5468
commit 199037c682
5 changed files with 44 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ enum class ConfigBlockOption {
AUDIO_FILTER,
DATABASE,
NEIGHBORS,
PARTITION,
MAX
};
+1
View File
@@ -96,6 +96,7 @@ const ConfigTemplate config_block_templates[] = {
{ "filter", true },
{ "database" },
{ "neighbors", true },
{ "partition", true },
};
static constexpr unsigned n_config_block_templates =