Restyle
This commit is contained in:
parent
5b79f296d6
commit
fccf66fba2
280 changed files with 56975 additions and 71885 deletions
|
@ -1,12 +1,12 @@
|
|||
#include <mist/json.h>
|
||||
|
||||
namespace Controller {
|
||||
namespace Controller{
|
||||
|
||||
/// Marks the given protocol as needing a reload (signal USR1) on next check
|
||||
void reloadProtocol(size_t indice);
|
||||
|
||||
/// Checks current protocol configuration, updates state of enabled connectors if neccesary.
|
||||
bool CheckProtocols(JSON::Value & p, const JSON::Value & capabilities);
|
||||
bool CheckProtocols(JSON::Value &p, const JSON::Value &capabilities);
|
||||
|
||||
/// Updates the shared memory page with active connectors
|
||||
void saveActiveConnectors(bool forceOverride = false);
|
||||
|
@ -14,7 +14,6 @@ namespace Controller {
|
|||
/// Reads active connectors from the shared memory pages
|
||||
void loadActiveConnectors();
|
||||
|
||||
|
||||
/// Deletes the shared memory page with connector information
|
||||
/// in preparation of shutdown.
|
||||
void prepareActiveConnectorsForShutdown();
|
||||
|
@ -23,5 +22,4 @@ namespace Controller {
|
|||
/// in preparation of reload.
|
||||
void prepareActiveConnectorsForReload();
|
||||
|
||||
}
|
||||
|
||||
}// namespace Controller
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue