X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.h;h=1e4a75f83e514c5a5537a5850c4bdca5888f3323;hb=3e514007f72825597eaf68ff33339a8eb0ad420b;hp=b01c3f6a926da6122f0c2931ac200e06d7006436;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623;p=paraslash.git diff --git a/server.h b/server.h index b01c3f6a..1e4a75f8 100644 --- a/server.h +++ b/server.h @@ -139,13 +139,13 @@ 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 database tool */ +/** a string that gets filled in by the current audio file selector */ char dbinfo[MMD_INFO_SIZE]; /** the number if the current database tool */ int dbt_num; /** commands set this to non-zero to request a database tool change */ int dbt_change; -/* used by the sender command */ +/** used by the sender command */ struct sender_command_data sender_cmd_data; };