summaryrefslogtreecommitdiff
path: root/src/shared/watchdog.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-09-16 21:50:58 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-09-16 21:53:28 +0900
commit3e911a0d0e867731fae28c0e777234c2882f263b (patch)
treed790cf5c52380939d8e634335c15f0736225c270 /src/shared/watchdog.h
parent9341f41801a1d984e0bd04d6353d0161875d2673 (diff)
downloadsystemd-3e911a0d0e867731fae28c0e777234c2882f263b.tar.gz
pid1: drop redundant DBus properties
Follow-up for 10f3f4ed016b9fe92ca3d093fcfaed8278e69220. We already have RuntimeWatchdogUSec or friends. Let's not introduce redundant properties. Also, drop the const qualifier for WatchdogLastPingTimestamp, as they are actually not constant.
Diffstat (limited to 'src/shared/watchdog.h')
-rw-r--r--src/shared/watchdog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/shared/watchdog.h b/src/shared/watchdog.h
index 1242fbc4d9..a0a80efc97 100644
--- a/src/shared/watchdog.h
+++ b/src/shared/watchdog.h
@@ -7,8 +7,6 @@
#include "util.h"
const char *watchdog_get_device(void);
-usec_t watchdog_get_timeout(void);
-usec_t watchdog_get_pretimeout(void);
usec_t watchdog_get_last_ping(clockid_t clock);
int watchdog_set_device(const char *path);