From df57c468df1f7f2e2f38f3db3c087cc4ca56fed1 Mon Sep 17 00:00:00 2001 From: Frederic Berat Date: Thu, 3 Dec 2015 13:22:26 +0100 Subject: dlt-daemon: Connection activation rework The activation of the connection is now centralized in one common function. Signed-off-by: Frederic Berat Change-Id: I86703eab411088905a85f526d5102875e2c92b7e --- src/daemon/dlt_daemon_event_handler.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/daemon/dlt_daemon_event_handler.h') diff --git a/src/daemon/dlt_daemon_event_handler.h b/src/daemon/dlt_daemon_event_handler.h index cd5d8ca..532cd1f 100644 --- a/src/daemon/dlt_daemon_event_handler.h +++ b/src/daemon/dlt_daemon_event_handler.h @@ -51,7 +51,9 @@ int dlt_event_handler_register_connection(DltEventHandler *, int dlt_event_handler_unregister_connection(DltEventHandler *, DltDaemonLocal *, - int, - DltConnectionType); + int); +int dlt_connection_check_activate(DltEventHandler *, + DltConnection *, + int); #endif /* DLT_DAEMON_EVENT_HANDLER_H */ -- cgit v1.2.1