From 1e697cc45d8771fe15e6271ac722798f2a90d048 Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Fri, 13 Nov 2015 14:45:10 +0900 Subject: 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 --- src/daemon/dlt_daemon_offline_logstorage.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/daemon/dlt_daemon_offline_logstorage.h') diff --git a/src/daemon/dlt_daemon_offline_logstorage.h b/src/daemon/dlt_daemon_offline_logstorage.h index cb7698a..148abd0 100644 --- a/src/daemon/dlt_daemon_offline_logstorage.h +++ b/src/daemon/dlt_daemon_offline_logstorage.h @@ -103,7 +103,7 @@ void dlt_daemon_logstorage_update_application_loglevel(DltDaemon *daemon, int de * to write to the device, DltDaemon will disconnect this device. * * @param daemon Pointer to Dlt Daemon structure - * @param user_config User configurations for log file + * @param user_config DltDaemon configuration * @param apid application id * @param ctid context id * @param log_level log level @@ -112,9 +112,14 @@ void dlt_daemon_logstorage_update_application_loglevel(DltDaemon *daemon, int de * @param data2 message data buffer * @param size2 message data size */ -void dlt_daemon_logstorage_write(DltDaemon *daemon, DltDaemonFlags user_config, unsigned char *data1, - int size1, unsigned char *data2, int size2, - unsigned char *data3, int size3); +void dlt_daemon_logstorage_write(DltDaemon *daemon, + DltDaemonFlags *user_config, + unsigned char *data1, + int size1, + unsigned char *data2, + int size2, + unsigned char *data3, + int size3); /** * dlt_daemon_logstorage_setup_internal_storage -- cgit v1.2.1