]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#65,!30] Corrected storage type.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 23 Oct 2018 19:10:39 +0000 (21:10 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Oct 2018 13:50:51 +0000 (15:50 +0200)
src/lib/yang/tests/yang_configs.h

index 04573b1a1ad791f0eb0bd88ba8d215ad31411dcb..91cd3ae862dd9bf4b6f4ed634914c5984db62f07 100644 (file)
@@ -443,7 +443,7 @@ const YRTree designExampleTree = {
 };
 
 /// @brief Set of example configurations
-const std::map<std::string, YRTree> test_configs =
+const std::vector<std::pair<std::string, YRTree>> test_configs =
 {
     { exampleModel, exampleTree },
     { testModel, testTree },