]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add mock-up function for unit tests
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 30 Jun 2019 20:30:56 +0000 (22:30 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 30 Jun 2019 20:30:56 +0000 (22:30 +0200)
They failed without it.

test/birdtest.c

index de65d07271e4e897bb238fc01de348acf0ef8b85..823b02ff616c78564c0b75279888b7edd833f9d5 100644 (file)
@@ -487,6 +487,7 @@ void cmd_reconfig(char *name UNUSED, int type UNUSED, int timeout UNUSED) {}
 void cmd_reconfig_confirm(void) {}
 void cmd_reconfig_undo(void) {}
 void cmd_reconfig_status(void) {}
+void cmd_graceful_restart(void) {}
 void cmd_shutdown(void) {}
 void cmd_reconfig_undo_notify(void) {}