X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fdevtools.c;h=5bd061800a0c72f7445cab68cb344d6570470f8c;hp=5a49e3a860296a66ad049bd7d238946424ef1b2d;hb=f13c6d9a4dbfce011fc4c3a5260b38b9a2a4fcc5;hpb=e01714b842e657eddfef1574c20c4c3c2250b2bb diff --git a/src/devtools.c b/src/devtools.c index 5a49e3a8..5bd06180 100644 --- a/src/devtools.c +++ b/src/devtools.c @@ -30,7 +30,7 @@ #include "devtools.h" -static void trybind_nop_probe(void) { +static void nop_probe(void) { return; } @@ -44,9 +44,10 @@ static void inviter_commits_first_nop_probe(bool stage) { return; } -void (*devtool_trybind_probe)(void) = trybind_nop_probe; +void (*devtool_trybind_probe)(void) = nop_probe; void (*devtool_keyrotate_probe)(int stage) = keyrotate_nop_probe; void (*devtool_set_inviter_commits_first)(bool inviter_commited_first) = inviter_commits_first_nop_probe; +void (*devtool_adns_resolve_probe)(void) = nop_probe; /* Return an array of edges in the current network graph. * Data captures the current state and will not be updated.