summaryrefslogtreecommitdiff
path: root/connectionList.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 17:44:08 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 17:44:08 +0000
commit54cbc83f2f67b068e767b6a8dadeb760af289d77 (patch)
tree91592f00d726f29bd807a4421eee24c5b5de60c0 /connectionList.h
parentfurther routing fixes (diff)
added control interface
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();