X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=cf0ddc795312fc4e7eddcb88bf6aa2efa4fea2e1;hb=ba0a3bcb2d565eec26aed30eef902d3482877cf9;hp=8a74d859d5ff1e5f5bb4a34e1f022df284d8e898;hpb=1c475ecb575367a6b3f9328b0f643ad636155341;p=tinc diff --git a/src/net.h b/src/net.h index 8a74d859..cf0ddc79 100644 --- a/src/net.h +++ b/src/net.h @@ -121,7 +121,6 @@ typedef struct listen_socket_t { typedef struct outgoing_t { struct node_t *node; int timeout; - struct address_cache_t *address_cache; timeout_t ev; } outgoing_t;