mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 12:48:43 +00:00
parent
a54f75f454
commit
1740ff57e8
@ -58,14 +58,11 @@ u64 bt_random_state[] = {
|
|||||||
0x53d9772877c1b647, 0xab8ce3eb466de6c5, 0xad02844c8a8e865f, 0xe8cc78080295065d
|
0x53d9772877c1b647, 0xab8ce3eb466de6c5, 0xad02844c8a8e865f, 0xe8cc78080295065d
|
||||||
};
|
};
|
||||||
|
|
||||||
void resource_sys_init(void);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
bt_init(int argc, char *argv[])
|
bt_init(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
resource_sys_init();
|
|
||||||
initstate(BT_RANDOM_SEED, (char *) bt_random_state, sizeof(bt_random_state));
|
initstate(BT_RANDOM_SEED, (char *) bt_random_state, sizeof(bt_random_state));
|
||||||
|
|
||||||
bt_verbose = 0;
|
bt_verbose = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user