]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
Switch from select(2) to poll(2).
[paraslash.git] / audiod.c
index 311462e6dad0a69dff85ceb6338930271aaa6b59..a084558b167af829d2c0f6a0fbd71a2610c1f3b0 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -123,7 +123,7 @@ enum vss_status_flags {
  * This is needed also in audiod_command.c (for the tasks command), so it can
  * not be made static.
  */
-struct sched sched = {.max_fileno = 0};
+struct sched sched = {.timeout = 0};
 
 /* The task for obtaining para_server's status (para_client stat). */
 struct status_task {