Browse Source

Fix deadlock in test mode.

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
bebe3d7cfa
  1. 2656
      controller/SqliteNetworkController.cpp
  2. 7
      controller/SqliteNetworkController.hpp

2656
controller/SqliteNetworkController.cpp

File diff suppressed because it is too large Load Diff

7
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;

Loading…
Cancel
Save