diff options
Diffstat (limited to '')
-rw-r--r-- | manage.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -154,6 +154,7 @@ struct management_callback int (*kill_by_cn) (void *arg, const char *common_name); int (*kill_by_addr) (void *arg, const in_addr_t addr, const int port); void (*delete_event) (void *arg, event_t event); + int (*n_clients) (void *arg); #ifdef MANAGEMENT_DEF_AUTH bool (*kill_by_cid) (void *arg, const unsigned long cid); bool (*client_auth) (void *arg, |