Fix deadlock in test mode.
This commit is contained in:
parent
1f7a41cff8
commit
bebe3d7cfa
2 changed files with 424 additions and 411 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue