]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Kill mmd->selector_change.
authorAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 18:36:20 +0000 (20:36 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 23 Oct 2007 18:36:20 +0000 (20:36 +0200)
There are no more selectors to choose. It's all handled by afs.

server.h

index 806a6b01db3c9a6c8f06390806e8d5693390a38c..5e049179c37c96a406d4504767705c1a9925cd73 100644 (file)
--- a/server.h
+++ b/server.h
@@ -96,10 +96,8 @@ struct misc_meta_data {
        unsigned int active_connections;
        /** the process id of para_server */
        pid_t server_pid;
        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];
        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. */
        /** used by the sender command */
        struct sender_command_data sender_cmd_data;
        /** Describes the current audio file. */