summaryrefslogtreecommitdiff
path: root/utility/mount-encrypted.h
diff options
context:
space:
mode:
Diffstat (limited to 'utility/mount-encrypted.h')
-rw-r--r--utility/mount-encrypted.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility/mount-encrypted.h b/utility/mount-encrypted.h
index 3707a85a..e48617d9 100644
--- a/utility/mount-encrypted.h
+++ b/utility/mount-encrypted.h
@@ -39,8 +39,8 @@
} while (0)
#if DEBUG_ENABLED
-static struct timeval tick;
-static struct timeval tick_start;
+extern struct timeval tick;
+extern struct timeval tick_start;
# define TICK_INIT() do { \
gettimeofday(&tick, NULL); \
tick_start = tick; \