1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Filter: Split printing and dying

This commit is contained in:
Maria Matejka
2019-07-03 01:23:49 +02:00
parent 3265c9169d
commit 0206c070ac
5 changed files with 85 additions and 40 deletions

View File

@@ -64,7 +64,9 @@ CF_DECLS
struct rtable_config *r;
struct channel_config *cc;
struct f_inst *x;
struct f_inst *xp[2];
struct {
struct f_inst *begin, *end;
} xp;
enum filter_return fret;
enum ec_subtype ecs;
struct f_dynamic_attr fda;