From 44a73e25984a2f332d473a8e1187e15bd8774978 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 3 Jan 2016 13:33:04 +0100 Subject: Make private variables static * pfinet/timer-emul.c (timers, timer_thread): Make variables static. --- pfinet/timer-emul.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pfinet/timer-emul.c b/pfinet/timer-emul.c index 2053f80f..e2ed3a26 100644 --- a/pfinet/timer-emul.c +++ b/pfinet/timer-emul.c @@ -31,8 +31,8 @@ long long root_jiffies; volatile struct mapped_time_value *mapped_time; -struct timer_list *timers; -thread_t timer_thread = 0; +static struct timer_list *timers; +static thread_t timer_thread = 0; static void * timer_function (void *this_is_a_pointless_variable_with_a_rather_long_name) -- cgit v1.2.3