X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afs.h;h=f70d5c93211e4264cf19b749ef96283176d998a6;hb=b52960c3c1419f0c9198e29425d25eb69bdd3fa4;hp=9669b26d7fba7802af4b2156a26e804e937ea051;hpb=36ec2a43a7d9c085f16544e282a439cdbaec1e00;p=paraslash.git diff --git a/afs.h b/afs.h index 9669b26d..f70d5c93 100644 --- a/afs.h +++ b/afs.h @@ -122,24 +122,12 @@ struct ls_data { unsigned char *hash; }; -/** Data about the current audio file, passed from afs to server. */ -struct audio_file_data { - /** The open file descriptor to the current audio file. */ - int fd; - /** Vss needs this for streaming. */ - struct afh_info afhi; - /** Size of the largest chunk. */ - uint32_t max_chunk_size; - /** Needed to get the audio file header. */ - uint8_t audio_format_id; -}; - /** * Codes used for communication between the server and the afs process. * * Before forking the afs child, para_server creates a bidirectional pipe * through which both processes communicate. Usually para_server requests a new - * audio in order to start streaming or when the end of the current audio file + * audio file in order to start streaming or when the end of the current audio file * has been reached. The afs process responds to such a request by sending * back an eight byte buffer. The first four bytes is the uint32_t * representation of the code, usually \p NEXT_AUDIO_FILE if an admissible