X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fuml_socket%2Fdevice.c;fp=src%2Fuml_socket%2Fdevice.c;h=9d8bb490da583e6df123a3631c6ff2b39fcc0ad3;hp=528a66f05dafed7813d342cf913b8d14201154be;hb=1f00810da336f3b7132df17b7fe4625748ff4b63;hpb=82b29e9a3b1dc6b2104ab92ed78bf431a4e55649 diff --git a/src/uml_socket/device.c b/src/uml_socket/device.c index 528a66f0..9d8bb490 100644 --- a/src/uml_socket/device.c +++ b/src/uml_socket/device.c @@ -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 };