Don't keep an address cache in an outgoing_t.
[tinc] / src / net.h
index 8a74d85..cf0ddc7 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;