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