process: associate open connections with clients

This commit is contained in:
Justin Maggard
2014-06-09 18:48:49 -07:00
parent e9a653d6e8
commit a46a8e5e89
5 changed files with 102 additions and 16 deletions

View File

@ -93,6 +93,7 @@ struct client_cache_s {
unsigned char mac[6];
struct client_type_s *type;
time_t age;
int connections;
};
extern struct client_type_s client_types[];