mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-15 13:31:54 +00:00
fixup! bmp and its channels in progress (no, it can not be compiled)
This commit is contained in:
parent
8c36159983
commit
fb517b66fd
@ -2981,7 +2981,7 @@ void
|
|||||||
init_journals(void)
|
init_journals(void)
|
||||||
{
|
{
|
||||||
protos_attr_field_init();
|
protos_attr_field_init();
|
||||||
proto_journal_domain = DOMAIN_NEW_RCU_SYNC(rtable);
|
proto_journal_domain = DOMAIN_NEW(rtable);
|
||||||
init_journal(sizeof(struct proto_pending_update), "proto journal loop");
|
init_journal(sizeof(struct proto_pending_update), "proto journal loop");
|
||||||
init_journal(sizeof(struct channel_pending_update), "channel journal loop");
|
init_journal(sizeof(struct channel_pending_update), "channel journal loop");
|
||||||
}
|
}
|
||||||
@ -3183,7 +3183,7 @@ fc_for_dummy_recipient(void *rec)
|
|||||||
log("protocol %s changed state to %i", name, state);
|
log("protocol %s changed state to %i", name, state);
|
||||||
else
|
else
|
||||||
log("not found in %i", pupdate->proto_attr);
|
log("not found in %i", pupdate->proto_attr);
|
||||||
lfjour_release(rec);
|
lfjour_release(rec, last_up);
|
||||||
dummy_log_proto_attr_list();
|
dummy_log_proto_attr_list();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user