From ac44c47265528ddd29afbb9a72bcf095a877ecd1 Mon Sep 17 00:00:00 2001 From: ManikandanChockalingam Date: Tue, 30 Oct 2018 02:51:50 +0100 Subject: dlt-daemon: per ECU list of user information (#80) Prepare daemon to store applications/context information of other ECUs as well. This commit prepares the dlt-daemon to store logs from passive nodes in a logstorage device. Signed-off-by: Christoph Lipka Signed-off-by: ManikandanC --- tests/gtest_dlt_daemon_gateway.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/gtest_dlt_daemon_gateway.cpp') diff --git a/tests/gtest_dlt_daemon_gateway.cpp b/tests/gtest_dlt_daemon_gateway.cpp index 84b1e3a..950f260 100644 --- a/tests/gtest_dlt_daemon_gateway.cpp +++ b/tests/gtest_dlt_daemon_gateway.cpp @@ -402,16 +402,12 @@ TEST(t_dlt_gateway_process_gateway_timer, normal) DltGatewayConnection connections; DltConnection connections1; daemon_local.pGateway.connections = &connections; - DltDaemonContext contexts; - DltDaemonApplication applications; daemon_local.pGateway.num_connections = 1; DltLogStorage storage_handle; daemon_local.pGateway.connections->status = DLT_GATEWAY_CONNECTED; daemon_local.pEvent.connections = &connections1; daemon_local.pEvent.connections->receiver = &receiver; - daemon.contexts = &contexts; - daemon.applications = &applications; daemon.ECUVersionString = ECUVersionString; daemon.storage_handle = &storage_handle; -- cgit v1.2.1