summaryrefslogtreecommitdiff
path: root/controller/SqliteNetworkController.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-05-06 16:13:11 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-05-06 16:13:11 -0700
commit8b9519f0af8e89ad49e730546abdc2ff94fd2ef8 (patch)
treeed55bee33eadfd08c96e4c0688b577b13912a1af /controller/SqliteNetworkController.hpp
parent529515d1d173e6850c86230106cbfc36e1b9bf97 (diff)
downloadinfinitytier-8b9519f0af8e89ad49e730546abdc2ff94fd2ef8.tar.gz
infinitytier-8b9519f0af8e89ad49e730546abdc2ff94fd2ef8.zip
Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes network controller easier to refactor.
Diffstat (limited to 'controller/SqliteNetworkController.hpp')
-rw-r--r--controller/SqliteNetworkController.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/controller/SqliteNetworkController.hpp b/controller/SqliteNetworkController.hpp
index 11be9db4..05b46bfa 100644
--- a/controller/SqliteNetworkController.hpp
+++ b/controller/SqliteNetworkController.hpp
@@ -62,8 +62,8 @@ public:
const Identity &signingId,
const Identity &identity,
uint64_t nwid,
- const Dictionary &metaData,
- Dictionary &netconf);
+ const NetworkConfigRequestMetaData &metaData,
+ Buffer<8194> &netconf);
unsigned int handleControlPlaneHttpGET(
const std::vector<std::string> &path,
@@ -111,8 +111,8 @@ private:
const Identity &signingId,
const Identity &identity,
uint64_t nwid,
- const Dictionary &metaData,
- Dictionary &netconf);
+ const NetworkConfigRequestMetaData &metaData,
+ Buffer<8194> &netconf);
static void _circuitTestCallback(ZT_Node *node,ZT_CircuitTest *test,const ZT_CircuitTestReport *report);