X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=5e049179c37c96a406d4504767705c1a9925cd73;hp=7b2f3590dd9bff3e41a9a4f4543180aca1982304;hb=e63886e85c55c99e9732e5715b7ce641eff09914;hpb=f4eecbd4e033250b96cf0136a238c28837ba0b36;ds=sidebyside diff --git a/server.h b/server.h index 7b2f3590..5e049179 100644 --- a/server.h +++ b/server.h @@ -63,10 +63,8 @@ struct misc_meta_data { size_t size; /** the full path of the current audio file */ char filename[_POSIX_PATH_MAX]; - /** the last modification file of the current audio file */ + /** the last modification time of the current audio file */ time_t mtime; - /** the number of the current audio format */ - int audio_format; /** the "old" status flags -- commands may only read them */ unsigned int vss_status_flags; /** The new status flags -- commands may set them. */ @@ -98,10 +96,8 @@ struct misc_meta_data { unsigned int active_connections; /** the process id of para_server */ pid_t server_pid; - /** a string that gets filled in by the current audio file selector */ + /** This gets updated by afs and contains its current mode. */ char afs_mode_string[MAXLINE]; - /** commands set this to non-zero to change the current selector */ - int selector_change; /** used by the sender command */ struct sender_command_data sender_cmd_data; /** Describes the current audio file. */