From 902e32e051714249a451f535be2cb5394b24eb3c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 5 Apr 2010 18:13:40 +0200 Subject: [sccp] Add a force_free method for connections E.g. when the underlying connection transport medium is gone one needs to force to close SCCP connections, add this helper. It will remove the connection from the list of connections and it will free the data. --- include/sccp/sccp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/sccp/sccp.h') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 2e14788..604a2ac 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -105,6 +105,11 @@ int sccp_connection_send_it(struct sccp_connection *connection); int sccp_connection_close(struct sccp_connection *connection, int cause); int sccp_connection_free(struct sccp_connection *connection); +/** + * internal.. + */ +int sccp_connection_force_free(struct sccp_connection *conn); + /** * Create a new socket. Set your callbacks and then call bind to open * the connection. -- cgit v1.2.3