X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=a83aaae29aa59362f9665c08c1abcb899cbfdb6c;hp=806a6b01db3c9a6c8f06390806e8d5693390a38c;hb=5388ccac44e5342917ad50b091e9e4f906e3a4fc;hpb=7a51f686d02cf4b2463d9aee2ca79addea4261f5 diff --git a/server.h b/server.h index 806a6b01..a83aaae2 100644 --- a/server.h +++ b/server.h @@ -61,8 +61,6 @@ struct sender_command_data{ struct misc_meta_data { /** the size of the current audio file in bytes */ size_t size; - /** the full path of the current audio file */ - char filename[_POSIX_PATH_MAX]; /** the last modification time of the current audio file */ time_t mtime; /** the "old" status flags -- commands may only read them */ @@ -96,10 +94,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. */