X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=7b2f3590dd9bff3e41a9a4f4543180aca1982304;hp=cb7a716a1ef6eb17221bcea561ccdc59fee1cd3a;hb=f4eecbd4e033250b96cf0136a238c28837ba0b36;hpb=17d2533cafc67dd0509860fa2b59ec98b23d7be7 diff --git a/server.h b/server.h index cb7a716a..7b2f3590 100644 --- a/server.h +++ b/server.h @@ -43,7 +43,7 @@ struct sender_command_data{ }; /** - * used for parent-child communication + * Used for parent-child communication. * * There's only one struct of this type which lives in shared memory * for communication between the server instances. Access to this @@ -59,8 +59,6 @@ struct sender_command_data{ * date. */ struct misc_meta_data { - /** information on the current audio file */ - struct audio_format_info afi; /** the size of the current audio file in bytes */ size_t size; /** the full path of the current audio file */ @@ -106,6 +104,7 @@ struct misc_meta_data { int selector_change; /** used by the sender command */ struct sender_command_data sender_cmd_data; + /** Describes the current audio file. */ struct audio_file_data afd; };