Remove unused struct tag_stats (STATS)

This commit is contained in:
Julien BLACHE 2009-05-03 13:33:16 +02:00
parent d1449a875b
commit 8e14495bc2
1 changed files with 0 additions and 11 deletions

View File

@ -55,17 +55,6 @@
# endif
#endif
#include <time.h>
/** Simple struct for holding stat info.
*/
typedef struct tag_stats {
time_t start_time; /**< When the server was started */
int songs_served; /**< How many songs have been served */
unsigned int gb_served; /**< How many gigs of data have been served (unused) */
unsigned int bytes_served; /**< How many bytes of data served (unused) */
} STATS;
/* Event bases */
extern struct event_base *evbase_main;