aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-09 01:38:29 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-09 13:51:29 +0200
commitc6e9049f9c93342256e4f2e1f911d321c098bbe1 (patch)
tree847549aa5cc34229ba06f07136f5266d5a94d8bc /openbsc
parent9d43cee88ced1eaa1b147a92d60bf9cb8f71ceac (diff)
osmux: Now that we have IPv4/port we might want to consider to expire handles
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/libmgcp/osmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/libmgcp/osmux.c b/openbsc/src/libmgcp/osmux.c
index 75abde8ea..71d001f02 100644
--- a/openbsc/src/libmgcp/osmux.c
+++ b/openbsc/src/libmgcp/osmux.c
@@ -27,6 +27,7 @@
static struct osmo_fd osmux_fd;
+/* TODO: expire old handles.. */
static LLIST_HEAD(osmux_handle_list);
struct osmux_handle {