From 8b9519f0af8e89ad49e730546abdc2ff94fd2ef8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 6 May 2016 16:13:11 -0700 Subject: Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes network controller easier to refactor. --- controller/SqliteNetworkController.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'controller/SqliteNetworkController.hpp') 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 &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); -- cgit v1.2.3