mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-21 00:58:01 +02:00
destruct arping thread in Arping desturctor (#578)
This commit is contained in:
@ -17,6 +17,9 @@ namespace sls {
|
||||
class Arping {
|
||||
|
||||
public:
|
||||
Arping();
|
||||
~Arping();
|
||||
|
||||
void SetInterfacesAndIps(const int index, const std::string &interface,
|
||||
const std::string &ip);
|
||||
pid_t GetThreadId() const;
|
||||
|
Reference in New Issue
Block a user