]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
fixup! Multipage allocation
authorMaria Matejka <mq@ucw.cz>
Wed, 13 Oct 2021 17:08:35 +0000 (19:08 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 13 Oct 2021 17:08:35 +0000 (19:08 +0200)
test/birdtest.c

index 745118d0f848bb227fa4db408b007b9d5f296834..c6a09684ed6503ea8478910132b3b1867f37470f 100644 (file)
@@ -58,11 +58,14 @@ u64 bt_random_state[] = {
   0x53d9772877c1b647, 0xab8ce3eb466de6c5, 0xad02844c8a8e865f, 0xe8cc78080295065d
 };
 
+void resource_sys_init(void);
+
 void
 bt_init(int argc, char *argv[])
 {
   int c;
 
+  resource_sys_init();
   initstate(BT_RANDOM_SEED, (char *) bt_random_state, sizeof(bt_random_state));
 
   bt_verbose = 0;