keep track of client entries in sec-mod and report them in status msg

This commit is contained in:
Nikos Mavrogiannopoulos
2015-04-26 17:04:22 +02:00
parent ea7b975840
commit 02aa9c691e
8 changed files with 24 additions and 6 deletions

View File

@@ -191,6 +191,9 @@ typedef struct main_server_st {
unsigned secmod_addr_len;
unsigned active_clients;
/* updated on the cli_stats_msg from sec-mod.
* Holds the number of entries in secmod list of users */
unsigned secmod_client_entries;
time_t start_time;
void * auth_extra;