From f211c63925ea6d03cc1036b5e11061ec82d92ef8 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Wed, 30 May 2012 15:50:56 +0200 Subject: [GDLT-90] Implemented systemd watchdog concept Signed-off-by: Christian Muck --- src/daemon/dlt-daemon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/daemon/dlt-daemon.h') 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); -- cgit v1.2.1