diff options
Diffstat (limited to 'src/fastd.c')
-rw-r--r-- | src/fastd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.c b/src/fastd.c index a73c73d..b3b5e4c 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -48,6 +48,7 @@ static volatile bool sighup = false; static volatile bool terminate = false; + static void on_sighup(int signo) { sighup = true; } |