X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fmeshlink.c;h=bd25e2aece872f13ba758b15d3993ba8b9d9e76e;hp=496e5d3c753763560bf173591a3aa8f883559dd6;hb=0685a3b696644739cf0a6c68e558b417af23c591;hpb=7075cf7bc81998b6cf72ccb6748050cd40b006be diff --git a/src/meshlink.c b/src/meshlink.c index 496e5d3c..bd25e2ae 100644 --- a/src/meshlink.c +++ b/src/meshlink.c @@ -45,6 +45,7 @@ typedef struct { #include "xalloc.h" #include "ed25519/sha512.h" #include "discovery.h" +#include "devtools.h" #ifndef MSG_NOSIGNAL #define MSG_NOSIGNAL 0 @@ -2308,6 +2309,8 @@ bool meshlink_set_port(meshlink_handle_t *mesh, int port) { return false; } + devtool_trybind_probe(); + bool rval = false; pthread_mutex_lock(&(mesh->mesh_mutex));