aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make it easy to turn on debugging for sentinel componentsArne Juul2021-06-131-1/+1
|
* cleanup and add lockArne Juul2021-06-111-0/+1
|
* avoid using "int" for boolean return valueArne Juul2021-06-021-1/+1
|
* let manager configure itself in constructor insteadArne Juul2021-05-281-0/+1
|
* use environment and bootstrap it before creating managerArne Juul2021-05-271-52/+14
|
* rename ConfigHandler classArne Juul2021-05-271-0/+361
* since this won't do config subscription etc, give it a more generic name.