--- a/src/server/daemon/sessionhandler.h Sat Aug 24 22:37:12 2024 +0200 +++ b/src/server/daemon/sessionhandler.h Fri Sep 13 23:19:04 2024 +0200 @@ -60,6 +60,7 @@ typedef enum ConnectionAddrType ConnectionAddrType; struct _connection { + uint64_t id; int fd; ConnectionAddr address; ConnectionAddrType addr_type;