diff options
Diffstat (limited to 'lib/systemd.c')
| -rw-r--r-- | lib/systemd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systemd.c b/lib/systemd.c index 458bea5144..14a09362dd 100644 --- a/lib/systemd.c +++ b/lib/systemd.c @@ -65,7 +65,7 @@ void systemd_send_stopping(void) static struct thread_master *systemd_master = NULL; -static void systemd_send_watchdog(struct thread *t) +static void systemd_send_watchdog(struct event *t) { systemd_send_information("WATCHDOG=1"); |
