summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_client.h
diff options
context:
space:
mode:
authorSascha Philipp <sascha.philipp@continental-corporation.com>2014-10-06 08:15:36 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-03-25 17:12:12 +0100
commit5dd64263c2dc518aaf1d80f3521fa2cc452f6c8d (patch)
tree984eb55d90fb7ed7e9674f015c76fa402be89658 /src/daemon/dlt_daemon_client.h
parent27775afeeb2dc2ec86d41d22898fcdee57621afe (diff)
downloadDLT-daemon-5dd64263c2dc518aaf1d80f3521fa2cc452f6c8d.tar.gz
Fix content of offline trace
Change-Id: Id1fe0f438161fc81c5caee3c9c9627d9ddf5dbbf Signed-off-by: Sascha Philipp <sascha.philipp@continental-corporation.com>
Diffstat (limited to 'src/daemon/dlt_daemon_client.h')
-rw-r--r--src/daemon/dlt_daemon_client.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/daemon/dlt_daemon_client.h b/src/daemon/dlt_daemon_client.h
index c300d93..380f78c 100644
--- a/src/daemon/dlt_daemon_client.h
+++ b/src/daemon/dlt_daemon_client.h
@@ -67,15 +67,16 @@
* @param sock connection handle used for sending response
* @param daemon pointer to dlt daemon structure
* @param daemon_local pointer to dlt daemon local structure
+ * @param storage_header pointer to data
+ * @param storage_header_size size of data
* @param data1 pointer to data
* @param size1 size of data
* @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 control);
+int dlt_daemon_client_send(int sock,DltDaemon *daemon,DltDaemonLocal *daemon_local,void* storage_header,int storage_header_size,void* data1,int size1,void* data2,int size2,int verbose);
/**
* Send out response message to dlt client