]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Filter: Just a little comments in filter structure
authorMaria Matejka <mq@ucw.cz>
Thu, 30 May 2019 12:42:54 +0000 (14:42 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 30 May 2019 12:42:54 +0000 (14:42 +0200)
filter/filter.c

index c651253c587f29652f570d815550433f0b629942..9b61c707579c8763f6ef550e2ee9a13208d2804f 100644 (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;
 };