X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist.c;h=48ee4ca78d8174ed32da793749566214f5ecd721;hp=dd4371578179031403ed04274f0a0e7f872294c5;hb=f7defef166fc723f159bf64823728ec7c1343cfc;hpb=68cb0aef88594f3dea1f7dfdc279f125bf5bbecc diff --git a/playlist.c b/playlist.c index dd437157..48ee4ca7 100644 --- a/playlist.c +++ b/playlist.c @@ -13,6 +13,7 @@ #include "afh.h" #include "afs.h" #include "ipc.h" +#include "sideband.h" /** \file playlist.c Functions for loading and saving playlists. */ @@ -134,6 +135,7 @@ void playlist_check_callback(int fd, __a_unused const struct osl_object *query) .max_size = shm_get_shmmax(), .private_data = &(struct afs_max_size_handler_data) { .fd = fd, + .band = SBD_OUTPUT }, .max_size_handler = afs_max_size_handler, }; @@ -144,7 +146,7 @@ void playlist_check_callback(int fd, __a_unused const struct osl_object *query) osl_rbtree_loop(playlists_table, BLOBCOL_ID, &pb, check_playlist); if (pb.offset) - pass_buffer_as_shm(pb.buf, pb.offset, &fd); + pass_buffer_as_shm(fd, SBD_OUTPUT, pb.buf, pb.offset); free(pb.buf); }