]> git.ipfire.org Git - thirdparty/bird.git/commit
Filter: Converted static global variables to a filter_state struct.
authorJan Maria Matejka <mq@ucw.cz>
Tue, 27 Feb 2018 14:39:39 +0000 (15:39 +0100)
committerMaria Matejka <mq@ucw.cz>
Wed, 20 Feb 2019 21:30:53 +0000 (22:30 +0100)
commita946317fab9776754192f679f38cb7789050c52d
tree7cb98c001abc27e7bbd02628d31a73a939d05afd
parentae294cc2d02ec02cbea11c275b64e7637ba0ea68
Filter: Converted static global variables to a filter_state struct.

The static filter state was messy and blocked the planned parallel
execution of filters. Anyway, this will be also slower as the state
structure must be passed almost everywhere with us.
filter/filter.c