Made the network statistics work again.

This commit is contained in:
Jan Vidar Krey
2012-10-02 23:59:11 +02:00
parent 8086d89e23
commit e4fc91dde1
4 changed files with 39 additions and 56 deletions

View File

@@ -28,9 +28,6 @@ struct hub_user_manager
uint64_t shared_size; /**<< "The total number of shared bytes among fully connected users." */
uint64_t shared_files; /**<< "The total number of shared files among fully connected users." */
struct linked_list* list; /**<< "Contains all logged in users" */
#ifdef STATS_SUPPORT
struct timeout_evt* timeout; /**<< "Timeout handler for statistics" */
#endif
};
/**