X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=8e117e9277e7480cb92bd3e33ff9fe5fbd925b0f;hb=8f3b85e2d1bd2b65153014a9c017b12efb28c5a1;hp=d7765e21c4224d8ff2419f45521effb62cd50492;hpb=26a0b7e457d1dd7e0e40d866d28de00c5d1cfa54;p=paraslash.git diff --git a/audiod.c b/audiod.c index d7765e21..8e117e92 100644 --- a/audiod.c +++ b/audiod.c @@ -77,6 +77,12 @@ enum vss_status_flags { VSS_STATUS_FLAG_PLAYING = 2, }; +/** + * The scheduler instance of para_audiod. + * + * 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}; /**