mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Remove unused struct tag_stats (STATS)
This commit is contained in:
11
src/daapd.h
11
src/daapd.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user