]> git.ipfire.org Git - thirdparty/bird.git/commit
BMP: Do not use global instance ptr internally
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 28 Mar 2021 13:13:23 +0000 (15:13 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 16 Apr 2023 18:05:17 +0000 (20:05 +0200)
commita995ed43860eb139a13456242aa12486179fac86
tree6fe2dbfa3a86790e1150ac8925c68f7d521f116e
parentad16e351773f4b606dd8b4dbbe77c2cb35bf5133
BMP: Do not use global instance ptr internally

Use local variable to refence relevant instance instead of using global
instance ptr. Also, use 'p' variable instead of 'bmp' so we can use
common macros like TRACE().
proto/bmp/bmp.c
proto/bmp/map.c
proto/bmp/map.h