X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fuml_socket%2Fdevice.c;h=9d8bb490da583e6df123a3631c6ff2b39fcc0ad3;hb=2369b0ab09a008c519cd4307b634fd294c66014e;hp=f634411b5c87c5fb592d7c519538d13eba9ba0c8;hpb=c44f69a30243a94ab93bd15915dbfa71db698bde;p=tinc diff --git a/src/uml_socket/device.c b/src/uml_socket/device.c index f634411b..9d8bb490 100644 --- a/src/uml_socket/device.c +++ b/src/uml_socket/device.c @@ -30,8 +30,6 @@ #include "utils.h" #include "route.h" -#include "system.h" - int device_fd = -1; static int listen_fd = -1; static int request_fd = -1; @@ -45,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 };