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

fixup! BMP: simplified update queuing

This commit is contained in:
Maria Matejka 2024-09-19 12:05:39 +02:00
parent f054e7df4e
commit 82b1a6967a

View File

@ -332,7 +332,9 @@ bmp_schedule_tx_packet(struct bmp_proto *p, const byte *payload, const size_t si
// log(L_INFO "btb alloc buf %p end %p", btb->buf, btb->end); // log(L_INFO "btb alloc buf %p end %p", btb->buf, btb->end);
} }
else else
{
// log(L_INFO "btb found buf %p end %p", btb->buf, btb->end); // log(L_INFO "btb found buf %p end %p", btb->buf, btb->end);
}
memcpy(btb->end, payload, size); memcpy(btb->end, payload, size);
btb->end += size; btb->end += size;