From 1b3e9a21dd4af572deed0d40dd26c8d041e94eae Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 27 Nov 2019 21:17:57 +0100 Subject: lib: make some variables static Signed-off-by: David Lamparter --- lib/systemd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/systemd.c') diff --git a/lib/systemd.c b/lib/systemd.c index 44db48d006..16fbbff380 100644 --- a/lib/systemd.c +++ b/lib/systemd.c @@ -93,8 +93,8 @@ void systemd_send_stopping(void) /* * How many seconds should we wait between watchdog sends */ -int wsecs = 0; -struct thread_master *systemd_master = NULL; +static int wsecs = 0; +static struct thread_master *systemd_master = NULL; static int systemd_send_watchdog(struct thread *t) { -- cgit v1.2.3