mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Filter: Just a little comments in filter structure
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user