X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fmeshlink_internal.h;h=42df8b895cc90323e2391eabf52581746823ccd2;hp=8104ba60e4c953489ca1102651d25675d90cd451;hb=3febbb4453f5c6b0286e7e3c68a5dbcec975b6fd;hpb=543a5ecbb12d13350a345044632a6b6d04f3d640 diff --git a/src/meshlink_internal.h b/src/meshlink_internal.h index 8104ba60..42df8b89 100644 --- a/src/meshlink_internal.h +++ b/src/meshlink_internal.h @@ -168,12 +168,14 @@ struct meshlink_handle { bool default_blacklist; bool discovery; // Whether Catta is enabled or not - + bool inviter_commits_first; // Configuration char *confbase; FILE *lockfile; void *config_key; + char *external_address_url; + struct list_t *invitation_addresses; // Thread management pthread_t thread;