Filter: Just a little comments in filter structure
This commit is contained in:
parent
1757a6fce5
commit
aa6c5f4d92
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue