summaryrefslogtreecommitdiff
path: root/daemons/gptp/linux/src/watchdog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/gptp/linux/src/watchdog.hpp')
-rw-r--r--daemons/gptp/linux/src/watchdog.hpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/daemons/gptp/linux/src/watchdog.hpp b/daemons/gptp/linux/src/watchdog.hpp
deleted file mode 100644
index b2e05ccf..00000000
--- a/daemons/gptp/linux/src/watchdog.hpp
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef SYSTEMDWATCHDOGHANDLER_H
-#define SYSTEMDWATCHDOGHANDLER_H
-#include <linux_hal_common.hpp>
-#include <avbts_ostimer.hpp>
-
-
-OSThreadExitCode watchdogUpdateThreadFunction(void *arg);
-
-class SystemdWatchdogHandler
-{
-public:
- long unsigned int update_interval;
- long unsigned int getSystemdWatchdogInterval(int *result);
- void run_update();
- SystemdWatchdogHandler();
- virtual ~SystemdWatchdogHandler();
-private:
- OSTimer *timer;
-};
-
-#endif // SYSTEMDWATCHDOGHANDLER_H