aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/status-callback.cpp
Commit message (Collapse)AuthorAgeFilesLines
* refactor and cleanupArne Juul2021-05-311-2/+0
| | | | | | | | * add RPC api to check connectivity * start PeerCheck directly from RPCHooks * let CheckCompletionHandler do just completion * allocate PeerCheck and CheckCompletionHandler inside parent request * revert last changes in Cmd and Manager
* prepare for "check connectivity" apiArne Juul2021-05-311-0/+8
* Cmd now has more generic "name" property and optional "portNumber" * add CmdType CHECK_CONNECTIVITY * add a simple one-shot PeerCheck utility * add CheckCompletionHandler that handles a Cmd with type CHECK_CONNECTIVITY * dummy in handleCmd for now