summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 8c786a7..91712be 100644
--- a/src/device.c
+++ b/src/device.c
@@ -114,7 +114,7 @@ struct mux_device
114 114
115static struct collection device_list; 115static struct collection device_list;
116 116
117uint64_t mstime64(void) 117static uint64_t mstime64(void)
118{ 118{
119 struct timeval tv; 119 struct timeval tv;
120 gettimeofday(&tv, NULL); 120 gettimeofday(&tv, NULL);