]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.h
Merge topic branch t/sf_float into pu
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index f654c7e985f26db0e29eb6e4cdef8956f1077c68..35a8d29f1a3f7dd493b65c394bc8ce63aa7f9f8f 100644 (file)
--- a/write.h
+++ b/write.h
@@ -34,9 +34,9 @@ struct writer_node {
  */
 struct writer {
        /** Ask the scheduler to check whether data can be written. */
-       void (*pre_select)(struct sched *s, void *context);
+       void (*pre_monitor)(struct sched *s, void *context);
        /** Write audio data. */
-       int (*post_select)(struct sched *s, void *context);
+       int (*post_monitor)(struct sched *s, void *context);
        /**
         * Close one instance of the writer.
         *