status cmd will report the server uptime

This commit is contained in:
Nikos Mavrogiannopoulos
2014-05-10 23:12:37 +02:00
parent 4b1dc9b38e
commit 41561567b5
5 changed files with 13 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ typedef struct main_server_st {
pid_t sec_mod_pid;
unsigned active_clients;
time_t start_time;
void * auth_extra;