improved message
Build on RHEL9 docker image / build (push) Successful in 3m46s
Build on RHEL8 docker image / build (push) Successful in 5m17s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m37s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m2s

This commit is contained in:
Erik Frojdh
2026-06-23 13:54:42 +02:00
parent 3695192527
commit c99f28924f
2 changed files with 21 additions and 24 deletions
+1
View File
@@ -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;
};