X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fdevtools.c;h=5a49e3a860296a66ad049bd7d238946424ef1b2d;hp=a4468f024794508ab199d08faba4590d5a4ecad1;hb=963c5055505f2fc117cd5efa06eaa02c9b2bf85d;hpb=03ab29c1e6e1b608311decb6630eb0a2177ce1dd diff --git a/src/devtools.c b/src/devtools.c index a4468f02..5a49e3a8 100644 --- a/src/devtools.c +++ b/src/devtools.c @@ -39,8 +39,14 @@ static void keyrotate_nop_probe(int stage) { return; } +static void inviter_commits_first_nop_probe(bool stage) { + (void)stage; + return; +} + void (*devtool_trybind_probe)(void) = trybind_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; /* Return an array of edges in the current network graph. * Data captures the current state and will not be updated.