X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=filter_common.c;h=f48e457005ca3510fb51d5e5f95405af15d927c1;hb=e3a7e12639c34fd86d48a072beb48add8c498d09;hp=4702df6cb85a1a10f951d31f8c9471cd63668307;hpb=742c8b3f79a59278ced71e1855da1846b157b494;p=paraslash.git diff --git a/filter_common.c b/filter_common.c index 4702df6c..f48e4570 100644 --- a/filter_common.c +++ b/filter_common.c @@ -178,7 +178,7 @@ void print_filter_list(void) * in error state) a minimal I/O timeout is requested from the scheduler. * Otherwise the function does nothing. */ -void generic_filter_pre_select(struct sched *s, void *context) +void generic_filter_pre_monitor(struct sched *s, void *context) { struct filter_node *fn = context;