summaryrefslogtreecommitdiff
path: root/connectionList.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-02-04 21:07:50 +0000
committerChristian Pointner <equinox@anytun.org>2008-02-04 21:07:50 +0000
commit1fd035fb9c2d659deea96d2ac5675869c7105566 (patch)
treea35e604644846f7fa0ea3878c062ab0cfa30a30d /connectionList.h
parentfixed bug @ sync (diff)
fixed Deadlock @ connecetionlist
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();