]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - grab_client.c
Hide implementation of para_fd_set().
[paraslash.git] / grab_client.c
index 382b0470b3fb26f08be12ac0fca11d9eb7cb9e91..04d90169864e50dd9b018159ac079551f39fd4ef 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file grab_client.c Functions for grabbing the audio stream. */
 
@@ -102,7 +98,7 @@ static void gc_pre_select(struct sched *s, void *context)
                return;
        if (ret < 0)
                sched_min_delay(s);
-       para_fd_set(gc->fd, &s->wfds, &s->max_fileno);
+       sched_monitor_writefd(gc->fd, s);
 }
 
 /*