diff options
author | Christian Pointner <equinox@anytun.org> | 2008-02-04 21:07:50 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-02-04 21:07:50 +0000 |
commit | 1fd035fb9c2d659deea96d2ac5675869c7105566 (patch) | |
tree | a35e604644846f7fa0ea3878c062ab0cfa30a30d /connectionList.h | |
parent | fixed bug @ sync (diff) |
fixed Deadlock @ connecetionlist
Diffstat (limited to 'connectionList.h')
-rw-r--r-- | connectionList.h | 2 |
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(); |