X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=cb0beff812121b338e3749e80f63ad2cb99999db;hp=f654c7e985f26db0e29eb6e4cdef8956f1077c68;hb=refs%2Fheads%2Fpu;hpb=7e0a0badba66c0cdcb0dcbc8cf3d0f5b71001ca3 diff --git a/write.h b/write.h index f654c7e9..35a8d29f 100644 --- 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. *