From 81d76cfeaa3588069887a19f9be7d4337c567c65 Mon Sep 17 00:00:00 2001 From: "S. Hameed" Date: Tue, 28 Jul 2015 16:26:00 +0900 Subject: Offline Logstorage [1/4]: DLT preparation to enable offline logstorage Signed-off-by: S. Hameed --- src/daemon/dlt_daemon_client.h | 9 +++++++++ 1 file changed, 9 insertions(+) (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 0eae719..c7ec9e9 100644 --- a/src/daemon/dlt_daemon_client.h +++ b/src/daemon/dlt_daemon_client.h @@ -246,5 +246,14 @@ void dlt_daemon_control_set_timing_packets(int sock, DltDaemon *daemon, DltDaemo * @param verbose if set to true verbose information is printed out. */ void dlt_daemon_control_message_time(int sock, DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose); +/** + * Service offline logstorage command request + * @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 msg pointer to received control message + * @param verbose if set to true verbose information is printed out. + */ +void dlt_daemon_control_service_logstorage(int sock, DltDaemon *daemon, DltDaemonLocal *daemon_local, DltMessage *msg, int verbose); #endif /* DLT_DAEMON_CLIENT_H */ -- cgit v1.2.1