From 5dd64263c2dc518aaf1d80f3521fa2cc452f6c8d Mon Sep 17 00:00:00 2001 From: Sascha Philipp Date: Mon, 6 Oct 2014 08:15:36 +0200 Subject: Fix content of offline trace Change-Id: Id1fe0f438161fc81c5caee3c9c9627d9ddf5dbbf Signed-off-by: Sascha Philipp --- src/daemon/dlt_daemon_client.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/daemon/dlt_daemon_client.h') 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 -- cgit v1.2.1