]> tinc-vpn.org Git - tinc/blobdiff - src/net.h
Fix more memory leaks found by ASAN.
[tinc] / src / net.h
index 8a74d859d5ff1e5f5bb4a34e1f022df284d8e898..1bb267f8a350188727a3d7a9fdc33dc1fc016fcc 100644 (file)
--- 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;
 
@@ -147,6 +146,8 @@ extern io_t unix_socket;
 extern int keylifetime;
 extern int udp_rcvbuf;
 extern int udp_sndbuf;
+extern bool udp_rcvbuf_warnings;
+extern bool udp_sndbuf_warnings;
 extern int max_connection_burst;
 extern int fwmark;
 extern bool do_prune;