commit | 5e6f4cc986594f65d006de4589e19433a2e0b633 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Jan 20 13:27:44 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Jan 20 13:27:44 2016 +0100 |
tree | d47bb58a1d7f2554203961672dd825b1a09631a8 | |
parent | f05562cdda700ec84be6f646830b28cdb24e02c5 [diff] [blame] |
server session FEATURE check hello and idle timeouts
diff --git a/src/session_p.h b/src/session_p.h index c4ea43b..3aa09cc 100644 --- a/src/session_p.h +++ b/src/session_p.h
@@ -222,6 +222,7 @@ struct nc_msg_cont *notifs; /**< queue for notifications received instead of RPC reply */ /* server side only data */ + time_t last_rpc; #ifdef ENABLE_SSH /* additional flags */ # define NC_SESSION_SSH_AUTHENTICATED 0x02