X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fdevtools.c;h=2aba935b07e14a8563bbd8b220457f34c74007c9;hp=f7d388cad90826cea6b683829cfd2cba926c3481;hb=3be622ad230c70e9753f9f9737333a2f803b125e;hpb=53522b1c11222273c7b41f72b374e759d13b2165 diff --git a/src/devtools.c b/src/devtools.c index f7d388ca..2aba935b 100644 --- a/src/devtools.c +++ b/src/devtools.c @@ -35,6 +35,7 @@ static void nop_probe(void) { } void (*devtool_trybind_probe)(void) = nop_probe; +void (*devtool_keyrotate_probe)(int stage) = nop_probe; /* Return an array of edges in the current network graph. * Data captures the current state and will not be updated.