First preparations for btr support in para_filter.
[paraslash.git] / filter.h
index 15bfaf8cdb0c2533c463fe8272d21e5528b80dbd..9f3ddd69696902964e9c644a3e221328c10a1097 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -32,6 +32,8 @@ struct filter_node {
        struct list_head callbacks;
        /** A pointer to the configuration of this instance. */
        void *conf;
+       struct btr_node *btrn;
+       struct task task;
 };
 
 /** Describes one running instance of a chain of filters */