summaryrefslogtreecommitdiff
path: root/connectionList.h
diff options
context:
space:
mode:
Diffstat (limited to 'connectionList.h')
-rw-r--r--connectionList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectionList.h b/connectionList.h
index 6cd24b4..98f7799 100644
--- a/connectionList.h
+++ b/connectionList.h
@@ -48,7 +48,7 @@ public:
void addConnection(ConnectionParam &conn, u_int16_t mux);
const ConnectionMap::iterator getConnection(u_int16_t mux);
const ConnectionMap::iterator getEnd();
- ConnectionParam & getOrNewConnection(u_int16_t mux);
+ ConnectionParam & getOrNewConnectionUnlocked(u_int16_t mux);
bool empty();
void clear();
Mutex& getMutex();