X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=52d6f5af0c65a057ba528fb1c9c07bfb1943d41a;hp=9f23663413603d67b7b147763116dc77f2bd210d;hb=7f053695dcb0ab70745a457048e6fb0b83d75d47;hpb=2e8b7f42a30ebe41c862cc603c8f746b1e202479 diff --git a/write.h b/write.h index 9f236634..52d6f5af 100644 --- a/write.h +++ b/write.h @@ -80,7 +80,7 @@ struct writer { * on errors. */ int (*pre_select)(struct sched *s, struct writer_node *wn); - /* + /** * Called from the post_select function of the wng task. It must keep * track of the the number of bytes consumed from the wng's buffer via * the wn->written variable (which may be modified by the wng handling