X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.h;h=5ea2ae3ed28bd88c036e0fd3076b53dfe689d9a6;hb=fe7be9e345bcc652914ef6fc51302da13d4c9c8d;hp=38727c28c31f8647930e268862898cf5eb38a62c;hpb=7212e13585536500c61c458e6d55e723183e4a5b;p=meshlink diff --git a/src/net.h b/src/net.h index 38727c28..5ea2ae3e 100644 --- a/src/net.h +++ b/src/net.h @@ -63,6 +63,7 @@ typedef struct outgoing_t { struct node_t *node; enum { OUTGOING_START, + OUTGOING_CANONICAL_RESOLVE, OUTGOING_CANONICAL, OUTGOING_RECENT, OUTGOING_KNOWN,