Fix a possible crash when sending the HUP signal.
[oweals/tinc.git] / src / net.h
index 31438e52d6179786cf35c394588986a99ff945c6..fe4b54b776e58dd16d180ea1765b54e161ef0580 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -98,6 +98,7 @@ typedef struct outgoing_t {
        struct config_t *cfg;
        struct addrinfo *ai;
        struct addrinfo *aip;
+       struct event *event;
 } outgoing_t;
 
 extern list_t *outgoing_list;