X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=aefac612b480af2d6f1c857b5225f3d042b68ff4;hb=4744d937c4160898d1fe151257606430750e580c;hp=112f632de8c1f23cfdd893ae03fdb5c9e6a89d00;hpb=b1bf3612a6a5f0381fe6c12b96c73d1bbcbe7d56;p=paraslash.git diff --git a/audiod.c b/audiod.c index 112f632d..aefac612 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}; /**