summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-05-18 08:48:24 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-05-18 08:48:24 +0200
commite3ba3e8f66cf6d32a7408fe3e3666805ddf82578 (patch)
tree51e24e03d53c3d642c54b4bae27cd80c2290a55c /src/fastd.c
parent6c6398d355d91c56c2a0637ca659b013ae82355a (diff)
downloadfastd-e3ba3e8f66cf6d32a7408fe3e3666805ddf82578.tar
fastd-e3ba3e8f66cf6d32a7408fe3e3666805ddf82578.zip
Uninline pr_log
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;
}