summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dlt_daemon_connection.h')
-rw-r--r--src/daemon/dlt_daemon_connection.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/daemon/dlt_daemon_connection.h b/src/daemon/dlt_daemon_connection.h
index aa21a11..00759c6 100644
--- a/src/daemon/dlt_daemon_connection.h
+++ b/src/daemon/dlt_daemon_connection.h
@@ -48,4 +48,16 @@ void dlt_connection_destroy(DltConnection *);
void *dlt_connection_get_callback(DltConnection *);
+#ifdef DLT_UNIT_TESTS
+int dlt_connection_send(DltConnection *conn,
+ void *msg,
+ size_t msg_size);
+
+void dlt_connection_destroy_receiver(DltConnection *con);
+
+DltReceiver *dlt_connection_get_receiver(DltDaemonLocal *daemon_local,
+ DltConnectionType type,
+ int fd);
+#endif
+
#endif /* DLT_DAEMON_CONNECTION_H */