mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-01 14:41:53 +00:00
Filter: Just a little comments in filter structure
This commit is contained in:
parent
1757a6fce5
commit
aa6c5f4d92
@ -89,8 +89,14 @@ struct filter_state {
|
|||||||
|
|
||||||
/* Cached pointer to ea_list */
|
/* Cached pointer to ea_list */
|
||||||
struct ea_list **eattrs;
|
struct ea_list **eattrs;
|
||||||
|
|
||||||
|
/* Linpool for adata allocation */
|
||||||
struct linpool *pool;
|
struct linpool *pool;
|
||||||
|
|
||||||
|
/* Buffer for log output */
|
||||||
struct buffer buf;
|
struct buffer buf;
|
||||||
|
|
||||||
|
/* Filter execution flags */
|
||||||
int flags;
|
int flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user