X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist.c;h=4b2d17c0b782bc677b69f08cac58402bfc3c0cb6;hp=e8037fbc734f5e095efbb0f025a74c8beb4aebb5;hb=59a4f545566f77a22a8c27ece5155ecd154d4145;hpb=e469622d99718d49158d5da649eb02180269b4c8 diff --git a/playlist.c b/playlist.c index e8037fbc..4b2d17c0 100644 --- a/playlist.c +++ b/playlist.c @@ -124,19 +124,18 @@ static int check_playlist(struct osl_row *row, void *data) /** * Check the playlist table for inconsistencies. * - * \param fd The afs socket. - * \param query Unused. + * \param aca This callback ignores ->query. * * \return Standard. Invalid paths are reported, but are not considered an * error. */ -int playlist_check_callback(int fd, __a_unused const struct osl_object *query) +int playlist_check_callback(struct afs_callback_arg *aca) { int ret; struct para_buffer pb = { .max_size = shm_get_shmmax(), .private_data = &(struct afs_max_size_handler_data) { - .fd = fd, + .fd = aca->fd, .band = SBD_OUTPUT }, .max_size_handler = afs_max_size_handler,