diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-16 16:05:57 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-16 16:05:57 -0700 |
| commit | 20d4dada404ae6dfe9534721376403bb1efcb490 (patch) | |
| tree | 23d22bdaf20bf1f6df45524c0db0aece04e2f1f8 /controller/SqliteNetworkController.hpp | |
| parent | 901b75e756539160a96c4d4934047d071d5080ae (diff) | |
| download | infinitytier-20d4dada404ae6dfe9534721376403bb1efcb490.tar.gz infinitytier-20d4dada404ae6dfe9534721376403bb1efcb490.zip | |
Refactor controller for new merged format.
Diffstat (limited to 'controller/SqliteNetworkController.hpp')
| -rw-r--r-- | controller/SqliteNetworkController.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/controller/SqliteNetworkController.hpp b/controller/SqliteNetworkController.hpp index cbc2d857..3bb53bd9 100644 --- a/controller/SqliteNetworkController.hpp +++ b/controller/SqliteNetworkController.hpp @@ -62,8 +62,8 @@ public: const Identity &signingId, const Identity &identity, uint64_t nwid, - const NetworkConfigRequestMetaData &metaData, - Buffer<8194> &netconf); + const Dictionary &metaData, + NetworkConfig &nc); unsigned int handleControlPlaneHttpGET( const std::vector<std::string> &path, @@ -113,8 +113,8 @@ private: const Identity &signingId, const Identity &identity, uint64_t nwid, - const NetworkConfigRequestMetaData &metaData, - Buffer<8194> &netconf); + const Dictionary &metaData, + NetworkConfig &nc); static void _circuitTestCallback(ZT_Node *node,ZT_CircuitTest *test,const ZT_CircuitTestReport *report); |
