]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send.h
Rename ->{pre,post}_select methods to ->{pre,post}_monitor.
[paraslash.git] / send.h
diff --git a/send.h b/send.h
index 25a1103da1ca589de61173e4509cfb026be187c4..dec5b0db1381694fcb35a98785a50068cb1f6330 100644 (file)
--- a/send.h
+++ b/send.h
@@ -77,9 +77,9 @@ struct sender {
                const char *buf, size_t len, const char *header_buf,
                size_t header_len);
        /** Ask the scheduler to monitor file descriptors. */
-       void (*pre_select)(struct sched *s);
+       void (*pre_monitor)(struct sched *s);
        /** Perform I/O on the file descriptors which are ready. */
-       void (*post_select)(struct sched *s);
+       void (*post_monitor)(struct sched *s);
        /**
         * Terminate all connected clients.
         *