X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=ba5e134c94fcd7ac6aeb4179c611969038f285f0;hb=9e42b34360291bd8709527b94345bb562ad7684a;hp=b89ba6181a09653bcbbafc6f6ef6606a723b4efe;hpb=9609fd30e0d3db45ede3ab5c6bc3a77c15b6aef8;p=paraslash.git diff --git a/afs.h b/afs.h index b89ba618..ba5e134c 100644 --- a/afs.h +++ b/afs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -129,6 +129,8 @@ struct audio_file_data { int fd; /** Vss needs this for streaming. */ struct afh_info afhi; + /** Size of the largest chunk. */ + uint32_t max_chunk_size; }; /**