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