0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-15 21:41:56 +00:00

fixup! bmp and its channels in progress (no, it can not be compiled)

This commit is contained in:
Maria Matejka 2024-08-28 16:25:14 +02:00
parent 8c36159983
commit fb517b66fd

View File

@ -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();
} }
} }