summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.h
diff options
context:
space:
mode:
authorChristian Muck <christian.muck@bmw.de>2012-05-30 15:50:56 +0200
committerChristian Muck <christian.muck@bmw.de>2012-06-13 23:52:49 +0200
commitf211c63925ea6d03cc1036b5e11061ec82d92ef8 (patch)
treec657ec5bfe3714206c77e773f792fe146b075eba /src/daemon/dlt-daemon.h
parentbea4e475456745f444e2451415366d0e283f835c (diff)
downloadDLT-daemon-f211c63925ea6d03cc1036b5e11061ec82d92ef8.tar.gz
[GDLT-90] Implemented systemd watchdog concept
Signed-off-by: Christian Muck <christian.muck@bmw.de>
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rwxr-xr-xsrc/daemon/dlt-daemon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index 36ad2ba..40159f4 100755
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -166,6 +166,9 @@ int dlt_daemon_process_user_message_log_mode(DltDaemon *daemon, DltDaemonLocal *
int dlt_daemon_send_ringbuffer_to_client(DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose);
void dlt_daemon_timingpacket_thread(void *ptr);
+#if defined(DLT_SYSTEMD_WATCHDOG_ENABLE)
+ void dlt_daemon_systemd_watchdog_thread(void *ptr);
+#endif
int dlt_daemon_make_periodic (unsigned int period, DltDaemonPeriodicData *info, int verbose);
void dlt_daemon_wait_period(DltDaemonPeriodicData *info, int verbose);