diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-05-18 08:48:24 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-05-18 08:48:24 +0200 |
commit | e3ba3e8f66cf6d32a7408fe3e3666805ddf82578 (patch) | |
tree | 51e24e03d53c3d642c54b4bae27cd80c2290a55c /src/fastd.c | |
parent | 6c6398d355d91c56c2a0637ca659b013ae82355a (diff) | |
download | fastd-e3ba3e8f66cf6d32a7408fe3e3666805ddf82578.tar fastd-e3ba3e8f66cf6d32a7408fe3e3666805ddf82578.zip |
Uninline pr_log
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; } |