summaryrefslogtreecommitdiff
path: root/connectionList.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-02-04 20:34:37 +0000
committerChristian Pointner <equinox@anytun.org>2008-02-04 20:34:37 +0000
commitc01ff56f61b28d0a909f46b95182b5a26aaa6cd3 (patch)
tree0192e862cc9e71d260d64daf1f6fd2e4a379e80f /connectionList.h
parentsorry for not working checkin ;) (diff)
fixed bug @ sync
key gets updatet @ sync
Diffstat (limited to 'connectionList.h')
-rw-r--r--connectionList.h1
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);