]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audioc.c
sched: Rename new_post_select back to post_select.
[paraslash.git] / audioc.c
index 3cbd8a82f2d3a52248be600182daf76ecc768d03..74fb11cb0622cbab54f5c46ce28cbd5856efffe8 100644 (file)
--- a/audioc.c
+++ b/audioc.c
@@ -137,8 +137,7 @@ out:
 static struct audioc_task audioc_task = {
        .task = {
                .pre_select = audioc_pre_select,
-               .new_post_select = audioc_post_select,
-               .post_select = NULL,
+               .post_select = audioc_post_select,
                .status = "audioc task"
        },
 }, *at = &audioc_task;