mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
keep track of client entries in sec-mod and report them in status msg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user