X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=grab_client.c;h=5b0688fc90aa078632f1e9633c641a28bb5ad9d6;hb=748d1368bc96dd7e1af879df1ea41b4d52842f7e;hp=de69f074efceb6869b61b76391b38077d0061662;hpb=d16fe3df649cb48d5ffa26187da3dad4c3066646;p=paraslash.git diff --git a/grab_client.c b/grab_client.c index de69f074..5b0688fc 100644 --- a/grab_client.c +++ b/grab_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -140,6 +140,8 @@ static void gc_activate(struct grab_client *gc, struct sched *s) /** * Activate inactive grab clients if possible. * + * \param sched Needed to schedule the grab client task. + * * This is called from audiod.c when the current audio file changes. It loops * over all inactive grab clients and checks each grab client's configuration * to determine if the client in question wishes to grab the new stream. If