X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink_internal.h;h=af3a2501a646e37bc6d8c321f62ae4e998ada872;hb=80a9dcfd08bcd450f7be14207257713e1b027319;hp=293492564bec481f8eca9c7d3467204200008df0;hpb=7a9d30b60af9d5e71f1bfee4dd976d5807402a15;p=meshlink-tiny diff --git a/src/meshlink_internal.h b/src/meshlink_internal.h index 2934925..af3a250 100644 --- a/src/meshlink_internal.h +++ b/src/meshlink_internal.h @@ -21,14 +21,14 @@ */ #ifdef MESHLINK_H -#error You must not include both meshlink.h and meshlink_internal.h! +#error You must not include both meshlink-tiny.h and meshlink_internal.h! #endif #include "system.h" #include "event.h" #include "hash.h" -#include "meshlink.h" +#include "meshlink-tiny.h" #include "meshlink_queue.h" #include "sockaddr.h" #include "sptps.h" @@ -139,7 +139,6 @@ struct meshlink_handle { meshlink_node_duplicate_cb_t node_duplicate_cb; meshlink_connection_try_cb_t connection_try_cb; meshlink_error_cb_t error_cb; - meshlink_blacklisted_cb_t blacklisted_cb; // Mesh parameters char *appname; @@ -155,7 +154,6 @@ struct meshlink_handle { int netns; - bool default_blacklist; bool inviter_commits_first; // Configuration