mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-08-08 06:32:28 +02:00
improved message
This commit is contained in:
@@ -21,6 +21,7 @@ class ClientSocket : public DataSocket {
|
||||
|
||||
private:
|
||||
void readReply(int &ret, void *retval, size_t retval_size);
|
||||
[[noreturn]] void throwError(const std::string &msg) const;
|
||||
struct sockaddr_in serverAddr {};
|
||||
std::string socketType;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user