From 4fa5538e2bed36903b403e1aaee2462d22b456dc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Jan 2015 22:13:44 +0100 Subject: config/Param: split block-specific attributes to new struct ConfigBlock The old struct config_param remains only for top-level string options. --- src/config/Data.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config/Data.hxx') diff --git a/src/config/Data.hxx b/src/config/Data.hxx index 56e7d2553..6036c49e6 100644 --- a/src/config/Data.hxx +++ b/src/config/Data.hxx @@ -25,9 +25,11 @@ #include struct config_param; +struct ConfigBlock; struct ConfigData { std::array params; + std::array blocks; void Clear(); }; -- cgit v1.2.3