summaryrefslogtreecommitdiff
path: root/controller/SqliteNetworkController.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-09-10 14:47:04 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-09-10 14:47:04 -0700
commitbebe3d7cfa8eef282513448848f2d95caf73eecc (patch)
treeea7cd48e629ce43f830fdfafa7c3eeea979c003c /controller/SqliteNetworkController.hpp
parent1f7a41cff886bb97cab8ea43a1a1ca8c0a45873c (diff)
downloadinfinitytier-bebe3d7cfa8eef282513448848f2d95caf73eecc.tar.gz
infinitytier-bebe3d7cfa8eef282513448848f2d95caf73eecc.zip
Fix deadlock in test mode.
Diffstat (limited to 'controller/SqliteNetworkController.hpp')
-rw-r--r--controller/SqliteNetworkController.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/controller/SqliteNetworkController.hpp b/controller/SqliteNetworkController.hpp
index ce4a512c..5d995379 100644
--- a/controller/SqliteNetworkController.hpp
+++ b/controller/SqliteNetworkController.hpp
@@ -93,6 +93,13 @@ private:
const std::string &body,
std::string &responseBody,
std::string &responseContentType);
+ NetworkController::ResultCode _doNetworkConfigRequest(
+ const InetAddress &fromAddr,
+ const Identity &signingId,
+ const Identity &identity,
+ uint64_t nwid,
+ const Dictionary &metaData,
+ Dictionary &netconf);
std::string _dbPath;
std::string _instanceId;