Added ability to break through semaphore locks to the controller monitoring thread.
This commit is contained in:
parent
7f1a76afa3
commit
71dc32d2d3
8 changed files with 57 additions and 19 deletions
|
@ -6,6 +6,6 @@ namespace Controller {
|
|||
void UpdateProtocol(std::string protocol);
|
||||
|
||||
/// Checks current protocol configuration, updates state of enabled connectors if neccesary.
|
||||
void CheckProtocols(JSON::Value & p, JSON::Value & capabilities);
|
||||
bool CheckProtocols(JSON::Value & p, JSON::Value & capabilities);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue