]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink_internal.h
Add a function to set the default white/blacklisting behaviour.
[meshlink] / src / meshlink_internal.h
index e36fd95f38b0a5f41d67b2444ff739ca55cbe4e7..b3ac72c40a2833f74abd78f68cb292b4a54f2e20 100644 (file)
@@ -112,6 +112,8 @@ struct meshlink_handle {
        bool localdiscovery;
        sockaddr_t localdiscovery_address;
 
+       bool default_blacklist;
+
        hash_t *node_udp_cache;
        struct connection_t *everyone;
        struct ecdsa *invitation_key;