]> git.meshlink.io Git - meshlink/blobdiff - src/devtools.c
Add test cases for random port bindings
[meshlink] / src / devtools.c
index 6d78119c49846a3c177ce575742adda961c67b45..f7d388cad90826cea6b683829cfd2cba926c3481 100644 (file)
 
 #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.