aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kkbd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-kkbd.c')
-rw-r--r--src/mds-kkbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-kkbd.c b/src/mds-kkbd.c
index 2e1986f..4deb6f8 100644
--- a/src/mds-kkbd.c
+++ b/src/mds-kkbd.c
@@ -190,7 +190,7 @@ static pthread_mutex_t mapping_mutex;
/**
* Whether the server should free memory as soon as possible
*/
-static int danger = 0;
+static volatile sig_atomic_t danger = 0;