]> git.meshlink.io Git - meshlink/blobdiff - src/devtools.c
Add unit test cases for encrypted storage key rotation
[meshlink] / src / devtools.c
index f7d388cad90826cea6b683829cfd2cba926c3481..2aba935b07e14a8563bbd8b220457f34c74007c9 100644 (file)
@@ -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.