X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=7365f943f038583052695387ce261374d5051e63;hp=80bc896be87612d869da1610366333fced5660a3;hb=deb3326320166531abc35ce805dee4df6b49e936;hpb=79d6515d49cdb0a91ff7c4a599f2d63cb5678032 diff --git a/filter.h b/filter.h index 80bc896b..7365f943 100644 --- a/filter.h +++ b/filter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -27,7 +27,7 @@ struct filter_node { /** The buffer tree node. */ struct btr_node *btrn; /** The task corresponding to this filter node. */ - struct task task; + struct task *task; /** The minimal input queue size, see \ref btr_node_status(). */ size_t min_iqs; };