Filter: Just a little comments in filter structure

This commit is contained in:
Maria Matejka 2019-05-30 14:42:54 +02:00
parent 1757a6fce5
commit aa6c5f4d92

View file

@ -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;
};