diff options
Diffstat (limited to 'connectionList.h')
-rw-r--r-- | connectionList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectionList.h b/connectionList.h index 670f077..6cd24b4 100644 --- a/connectionList.h +++ b/connectionList.h @@ -51,6 +51,7 @@ public: ConnectionParam & getOrNewConnection(u_int16_t mux); bool empty(); void clear(); + Mutex& getMutex(); private: ConnectionList(const ConnectionList &s); |