X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=829216088c3c2ae16f1be035bd75a490e1989076;hp=896f974c7c1aa2dcc871acd13c89b098274793a9;hb=484e75562df55dca31ffcb9e5b05a490b4a3d3a1;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136 diff --git a/write.h b/write.h index 896f974c..82921608 100644 --- a/write.h +++ b/write.h @@ -65,7 +65,7 @@ struct writer { * * Called from the post_select function of the writer node's task. */ - int (*new_post_select)(struct sched *s, struct task *t); + int (*post_select)(struct sched *s, struct task *t); /** * Close one instance of the writer. *