From: Andre Noll Date: Tue, 23 Oct 2007 18:36:20 +0000 (+0200) Subject: Kill mmd->selector_change. X-Git-Tag: v0.3.0~234 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=618026d765eaeb3ca26ad81f05770959a45970bd Kill mmd->selector_change. There are no more selectors to choose. It's all handled by afs. --- diff --git a/server.h b/server.h index 806a6b01..5e049179 100644 --- 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; - /** 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. */