static
[oweals/tinc.git] / src / uml_socket / device.c
index 528a66f05dafed7813d342cf913b8d14201154be..9d8bb490da583e6df123a3631c6ff2b39fcc0ad3 100644 (file)
@@ -43,8 +43,8 @@ char *device_info;
 extern char *identname;
 extern bool running;
 
-int device_total_in = 0;
-int device_total_out = 0;
+static int device_total_in = 0;
+static int device_total_out = 0;
 
 enum request_type { REQ_NEW_CONTROL };