X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=8e244517c12f0203db5049ab5c09f8d8b82d84a4;hp=66f21cfe6e8256f088a1c9246a9b72b13a49b134;hb=fe838e619339649b050ef71715127fe6b8e872b6;hpb=c6675d53d29b87bf0ac4c713edbaae630611048e diff --git a/write.h b/write.h index 66f21cfe..8e244517 100644 --- a/write.h +++ b/write.h @@ -25,6 +25,7 @@ struct writer_node { size_t written; struct btr_node *btrn; struct task task; + size_t min_iqs; }; /** Describes one supported writer. */ @@ -45,6 +46,7 @@ struct writer { * more than once with different values of \a options. */ void *(*parse_config)(const char *options); + void (*free_config)(void *conf); /** * Open one instance of this writer. * @@ -87,6 +89,7 @@ struct writer { */ void (*shutdown)(struct writer_node *); struct ggo_help help; + btr_command_handler execute; }; /**