X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.h;h=1e4a75f83e514c5a5537a5850c4bdca5888f3323;hb=3e514007f72825597eaf68ff33339a8eb0ad420b;hp=ba9b39e45359ef08deba2c2ead21d4acfc4616b2;hpb=c141cc6915a32fb92766dc27f0df222d13f27d8b;p=paraslash.git diff --git a/server.h b/server.h index ba9b39e4..1e4a75f8 100644 --- a/server.h +++ b/server.h @@ -139,7 +139,7 @@ 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; @@ -147,8 +147,6 @@ struct misc_meta_data{ int dbt_change; /** used by the sender command */ struct sender_command_data sender_cmd_data; -/** each dbtool has its private data pointer */ - void *private_dbtool_data[NUM_DBTOOLS]; };