X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist.c;h=dd4371578179031403ed04274f0a0e7f872294c5;hp=806e49d55f68502fb38daffc33620cb075bbd1b3;hb=aa3fe79526bbce17f5ceec4d9c2d2246f01d6828;hpb=63aab30b55d5809704a2d0e1c4e8de20e8228d7d diff --git a/playlist.c b/playlist.c index 806e49d5..dd437157 100644 --- a/playlist.c +++ b/playlist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Andre Noll + * Copyright (C) 2007-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -132,8 +132,10 @@ void playlist_check_callback(int fd, __a_unused const struct osl_object *query) { struct para_buffer pb = { .max_size = shm_get_shmmax(), - .private_data = &fd, - .max_size_handler = pass_buffer_as_shm + .private_data = &(struct afs_max_size_handler_data) { + .fd = fd, + }, + .max_size_handler = afs_max_size_handler, }; int ret = para_printf(&pb, "checking playlists...\n");