chiark / gitweb /
speaker-network.c network_play() no longer assumes
[disorder] / server / speaker.h
index 2786735c6d80c9e5a4e853496e90a9843e6a90a4..2af2c6bc0f3a0c206a6949866d8abb4d932ef3ee 100644 (file)
@@ -182,6 +182,8 @@ struct speaker_backend {
    *
    * @p timeoutp points to the poll timeout value in milliseconds.  It may be
    * reduced, but never increased.
+   *
+   * NB you can NOT assume that @c beforepoll is always called before @c play.
    */
   void (*beforepoll)(int *timeoutp);