X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink_internal.h;h=4be2f739eca43835650126d9025235187c70b76c;hb=8eab1de5c6b24e90c865fd204887e313e99e32c6;hp=57c2a8f6fb6a45800b9ed3ccea23b84fbd881a84;hpb=3d5dd72aa41f162fd5d4d6dd13f46c0fca5a14a9;p=meshlink diff --git a/src/meshlink_internal.h b/src/meshlink_internal.h index 57c2a8f6..4be2f739 100644 --- a/src/meshlink_internal.h +++ b/src/meshlink_internal.h @@ -24,6 +24,7 @@ #include "event.h" #include "hash.h" +#include "logger.h" #include "meshlink.h" #include "sockaddr.h" @@ -89,6 +90,8 @@ struct meshlink_handle { hash_t *node_udp_cache; struct connection_t *everyone; struct ecdsa *invitation_key; + + debug_t debug_level; }; /// A handle for a MeshLink node.