From 2ac75aeb4d6589d1c2b3d2db957bd3d14b61b731 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 18 Nov 2009 22:11:28 +0100 Subject: [sccp] Implement sending the Inactivity Test on a connection.. Currently this will send a dummy inactivity test message, there is currently no parsing or API to receive the messages. The sequencing and credit entries are empty as sequencing is currently not used at all. The test is currently limited to send the message and see if the application is crashing or not. --- include/sccp/sccp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sccp/sccp.h') diff --git a/include/sccp/sccp.h b/include/sccp/sccp.h index 8ee4b68..3ad568c 100644 --- a/include/sccp/sccp.h +++ b/include/sccp/sccp.h @@ -101,6 +101,7 @@ int sccp_system_incoming(struct msgb *data); * Send data on an existing connection */ int sccp_connection_write(struct sccp_connection *connection, struct msgb *data); +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); -- cgit v1.2.3