This commit is contained in:
2020-08-21 16:00:33 +02:00
parent 396685e6a9
commit e85326d415
3 changed files with 46 additions and 11 deletions

View File

@ -55,8 +55,7 @@ class Detector {
Result<std::string> getHostname(Positions pos = {}) const;
/* Frees shared memory, adds detectors to the list
* and updates local detector cache */
/* Frees shared memory, adds detectors to the list */
void setHostname(const std::vector<std::string> &hostname);
/** connects to n servers at local host starting at specific control port */