This commit is contained in:
2019-08-08 16:55:37 +02:00
parent eaf0d8668b
commit ca2c284017
5 changed files with 71 additions and 15 deletions

View File

@ -484,9 +484,9 @@ class slsDetector : public virtual slsDetectorDefs {
/**
* Lock server for this client IP
* @param p 0 to unlock, 1 to lock (-1 gets)
* @returns 1 for locked or 0 for unlocked
* @returns true for locked or false for unlocked
*/
int lockServer(int lock = -1);
bool lockServer(int lock = -1);
/**
* Get last client IP saved on detector server