summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_client.h
diff options
context:
space:
mode:
authorChristoph Lipka <clipka@de.adit-jv.com>2014-12-17 16:58:12 +0900
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-03-17 10:26:12 +0100
commitdb5b62a1c054667dc82929d90e195cd4a7060f4c (patch)
treefe840eb3b4fea4901a0d7299e87310844b33ff83 /src/daemon/dlt_daemon_client.h
parente0d403808a68c1c0309824c0df3b353a8aad7d16 (diff)
downloadDLT-daemon-db5b62a1c054667dc82929d90e195cd4a7060f4c.tar.gz
Workaround for duplicated log messages in offline trace file issue
Signed-off-by: Christoph Lipka <clipka@de.adit-jv.com>
Diffstat (limited to 'src/daemon/dlt_daemon_client.h')
-rw-r--r--src/daemon/dlt_daemon_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/dlt_daemon_client.h b/src/daemon/dlt_daemon_client.h
index c9ceec4..c300d93 100644
--- a/src/daemon/dlt_daemon_client.h
+++ b/src/daemon/dlt_daemon_client.h
@@ -72,9 +72,10 @@
* @param data2 pointer to data
* @param size2 size of data
* @param verbose if set to true verbose information is printed out.
+ * @param control if set to true message is not stored in offline trace
* @return unequal 0 if there is an error or buffer is full
*/
-int dlt_daemon_client_send(int sock,DltDaemon *daemon,DltDaemonLocal *daemon_local,void* data1,int size1,void* data2,int size2,int verbose);
+int dlt_daemon_client_send(int sock,DltDaemon *daemon,DltDaemonLocal *daemon_local,void* data1,int size1,void* data2,int size2,int verbose, int control);
/**
* Send out response message to dlt client