mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-15 13:31:54 +00:00
fixup! BMP: simplified update queuing
This commit is contained in:
parent
f054e7df4e
commit
82b1a6967a
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user