]> git.ipfire.org Git - thirdparty/bird.git/commit
BMP: Refactor computation of message length
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 1 Dec 2024 21:54:11 +0000 (22:54 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 2 Dec 2024 02:38:17 +0000 (03:38 +0100)
commit73e7d3f5cede2e72eb9e77d61424a8c443672c09
tree1159292979613c727fd26ad47dc53f51b1ea580b
parent5205ff97448cc34cf7334e90172c28eb48f227f2
BMP: Refactor computation of message length

Fill message length after the message is created instead of computing
it beforehand. Also rename some functions to fit common pattern.
proto/bmp/bmp.c