]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.h
Get rid of mmd->afi.
[paraslash.git] / server.h
index cb7a716a1ef6eb17221bcea561ccdc59fee1cd3a..7b2f3590dd9bff3e41a9a4f4543180aca1982304 100644 (file)
--- 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
  *
  * 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 {
  *     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 */
        /** 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;
        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;
 };
 
        struct audio_file_data afd;
 };