From c6e9049f9c93342256e4f2e1f911d321c098bbe1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 9 Jul 2014 01:38:29 +0200 Subject: osmux: Now that we have IPv4/port we might want to consider to expire handles --- openbsc/src/libmgcp/osmux.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc') 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 { -- cgit v1.2.3