mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
[#1548] Compilation fix
This commit is contained in:
committed by
Thomas Markwalder
parent
0be2cf114b
commit
771e8bff20
@@ -15,6 +15,7 @@
|
|||||||
#include <ddns_tuning.h>
|
#include <ddns_tuning.h>
|
||||||
#include <hooks/hooks_manager.h>
|
#include <hooks/hooks_manager.h>
|
||||||
|
|
||||||
|
#include <cc/data.h>
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
@@ -64,9 +65,8 @@ public:
|
|||||||
TEST_F(LibLoadTest, validLoad) {
|
TEST_F(LibLoadTest, validLoad) {
|
||||||
|
|
||||||
// Prepare parameters for the callout parameters library.
|
// Prepare parameters for the callout parameters library.
|
||||||
// ElementPtr params = Element::createMap();
|
ElementPtr params = Element::createList();
|
||||||
// ElementPtr options = Element::createList();
|
params->set("hostname-expr", Element::create("special-snowflake"));
|
||||||
// params->set("hostname-expr", options);
|
|
||||||
|
|
||||||
addLib(DDNS_TUNING_LIB_SO, params);
|
addLib(DDNS_TUNING_LIB_SO, params);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user