X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=grab_client.c;h=04d90169864e50dd9b018159ac079551f39fd4ef;hb=bb899fb1a0c279a2890ff30d11bf7aec50fb92ed;hp=382b0470b3fb26f08be12ac0fca11d9eb7cb9e91;hpb=b59e841036a107b52a0221e48d7e05f86da92979;p=paraslash.git diff --git a/grab_client.c b/grab_client.c index 382b0470..04d90169 100644 --- a/grab_client.c +++ b/grab_client.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2006 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2006 Andre Noll , 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); } /*