summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_client.c
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@jp.adit-jv.com>2015-11-13 14:45:10 +0900
committerLutz Helwing <lutz_helwing@mentor.com>2015-12-07 10:07:26 +0100
commit1e697cc45d8771fe15e6271ac722798f2a90d048 (patch)
tree924740aefdf12e857ea2016895d8191b8be440ac /src/daemon/dlt_daemon_client.c
parent5acb7dd008a57f6da3bf7b9cf85cfc2c86cac151 (diff)
downloadDLT-daemon-1e697cc45d8771fe15e6271ac722798f2a90d048.tar.gz
MultiNode: Logstorage: ECUid as filter attribute
This patch enables the user to specify the ECU identifier as another filter attribute for a Logstorage filter configuration. This attribute is optional. If not specified, the ECUid will not be checked during message filtering within the Logstorage component. Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
Diffstat (limited to 'src/daemon/dlt_daemon_client.c')
-rw-r--r--src/daemon/dlt_daemon_client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_client.c b/src/daemon/dlt_daemon_client.c
index a96c329..2b23817 100644
--- a/src/daemon/dlt_daemon_client.c
+++ b/src/daemon/dlt_daemon_client.c
@@ -266,7 +266,8 @@ int dlt_daemon_client_send(int sock,DltDaemon *daemon,DltDaemonLocal *daemon_loc
* newly introduced dlt_daemon_log_internal */
if(daemon_local->flags.offlineLogstorageMaxDevices > 0)
{
- dlt_daemon_logstorage_write(daemon, daemon_local->flags,
+ dlt_daemon_logstorage_write(daemon,
+ &daemon_local->flags,
storage_header,
storage_header_size,
data1,