mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +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 */
|
||||
struct ea_list **eattrs;
|
||||
|
||||
/* Linpool for adata allocation */
|
||||
struct linpool *pool;
|
||||
|
||||
/* Buffer for log output */
|
||||
struct buffer buf;
|
||||
|
||||
/* Filter execution flags */
|
||||
int flags;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user