Made src directory structure more sane - all binaries are now built in src but sources are divided amongst subdirs of src
This commit is contained in:
parent
3b98ac6547
commit
1762ae9724
29 changed files with 40 additions and 42 deletions
11
src/controller/controller_connectors.h
Normal file
11
src/controller/controller_connectors.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include <mist/json.h>
|
||||
|
||||
namespace Controller {
|
||||
|
||||
/// Checks if the binary mentioned in the protocol argument is currently active, if so, restarts it.
|
||||
void UpdateProtocol(std::string protocol);
|
||||
|
||||
/// Checks current protocol configuration, updates state of enabled connectors if neccesary.
|
||||
void CheckProtocols(JSON::Value & p);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue