Added ability to break through semaphore locks to the controller monitoring thread.

This commit is contained in:
Thulinma 2015-08-28 21:56:27 +02:00
parent 7f1a76afa3
commit 71dc32d2d3
8 changed files with 57 additions and 19 deletions

View file

@ -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);
}