From: Maria Matejka Date: Thu, 30 May 2019 12:42:54 +0000 (+0200) Subject: Filter: Just a little comments in filter structure X-Git-Tag: v2.0.5~10^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6c5f4d92f225452e432991671e7bdad185506a;p=thirdparty%2Fbird.git Filter: Just a little comments in filter structure --- diff --git a/filter/filter.c b/filter/filter.c index c651253c5..9b61c7075 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; };