aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2019-05-30 14:42:54 +0200
committerMaria Matejka <mq@ucw.cz>2019-05-30 14:42:54 +0200
commitaa6c5f4d92f225452e432991671e7bdad185506a (patch)
treece19e0531011b7bfe30ff4b7a0856b9fbd19611d /filter
parent1757a6fce5bd23c44cc5b72a042644c4abb744c8 (diff)
downloadbird-aa6c5f4d92f225452e432991671e7bdad185506a.tar.gz
Filter: Just a little comments in filter structure
Diffstat (limited to 'filter')
-rw-r--r--filter/filter.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/filter.c b/filter/filter.c
index c651253c..9b61c707 100644
--- a/filter/filter.c
+++ b/filter/filter.c
@@ -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;
};