file writer: Use xwrite() instead of plain write().
[paraslash.git] / recv.h
diff --git a/recv.h b/recv.h
index 6222b93c28bd166110c4d709e81597e84013f4ec..cc44a602a9f3ca2f63c68c8c984fb83c87f82703 100644 (file)
--- a/recv.h
+++ b/recv.h
@@ -115,7 +115,7 @@ struct receiver {
         *
         * \sa select(2), struct receiver.
         */
-       int (*new_post_select)(struct sched *s, struct task *t);
+       int (*post_select)(struct sched *s, struct task *t);
 
        /** The two help texts of this receiver. */
        struct ggo_help help;