summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.c')
-rw-r--r--src/fastd.c1
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;
}