X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdevtools.c;h=f7d388cad90826cea6b683829cfd2cba926c3481;hb=0685a3b696644739cf0a6c68e558b417af23c591;hp=6d78119c49846a3c177ce575742adda961c67b45;hpb=556532a450e55746e0f5c1c580d109b2744566da;p=meshlink diff --git a/src/devtools.c b/src/devtools.c index 6d78119c..f7d388ca 100644 --- a/src/devtools.c +++ b/src/devtools.c @@ -30,6 +30,12 @@ #include "devtools.h" +static void nop_probe(void) { + return; +} + +void (*devtool_trybind_probe)(void) = nop_probe; + /* Return an array of edges in the current network graph. * Data captures the current state and will not be updated. * Caller must deallocate data when done.