From a9a43701138c99b3211ded8d388666161f7cde67 Mon Sep 17 00:00:00 2001 From: Frederic Berat Date: Tue, 1 Dec 2015 11:13:12 +0100 Subject: dlt-daemon: receiver rework The receiver structures have been removed from the dlt-daemon structure, they are now part of the connection. The overall usage of the receiver structrure has also been reviewed in the daemon. Signed-off-by: Frederic Berat Change-Id: I7cf80d79ed73bd6d4f370bb3f278d26ccc9d8d7a --- src/daemon/dlt_daemon_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/dlt_daemon_client.c') diff --git a/src/daemon/dlt_daemon_client.c b/src/daemon/dlt_daemon_client.c index 55413c5..efd8dae 100644 --- a/src/daemon/dlt_daemon_client.c +++ b/src/daemon/dlt_daemon_client.c @@ -133,7 +133,7 @@ static int dlt_daemon_client_send_all_multiple(DltDaemon *daemon, if((ret != DLT_DAEMON_ERROR_OK) && DLT_CONNECTION_CLIENT_MSG_TCP == temp->type) { - dlt_daemon_close_socket(temp->fd, + dlt_daemon_close_socket(temp->receiver->fd, daemon, daemon_local, verbose); -- cgit v1.2.1