summaryrefslogtreecommitdiff
path: root/src/connectionList.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-11-28 18:45:57 +0000
committerOthmar Gsenger <otti@anytun.org>2008-11-28 18:45:57 +0000
commitac2147483cfcbb6f01123d65e67b7bb363bddc8f (patch)
treed7812a08b15dbc54df6f97b7b64ae913972f309b /src/connectionList.h
parentsome more type cleanups and missig NOCRYPT defines (diff)
added some windows support (not working now)
try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER
Diffstat (limited to 'src/connectionList.h')
-rw-r--r--src/connectionList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/connectionList.h b/src/connectionList.h
index 95e9052..cdf5268 100644
--- a/src/connectionList.h
+++ b/src/connectionList.h
@@ -51,7 +51,8 @@ public:
const ConnectionMap::iterator getConnection(u_int16_t mux);
const ConnectionMap::iterator getEnd();
ConnectionMap::iterator getEndUnlocked();
- ConnectionMap::iterator getBeginUnlocked();
+ ConnectionMap::iterator getBeginUnlocked();
+ const ConnectionMap::iterator getBegin();
ConnectionParam & getOrNewConnectionUnlocked(u_int16_t mux);
bool empty();
void clear();