diff options
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/users.h b/include/users.h index 3937f74aa..39e7e90f0 100644 --- a/include/users.h +++ b/include/users.h @@ -791,9 +791,8 @@ class CoreExport LocalUser : public User, public insp::intrusive_list_node<Local */ unsigned int exempt:1; - /** Used by PING checking code - */ - time_t nping; + /** The time at which this user should be pinged next. */ + time_t nextping; /** Time that the connection last sent a message, used to calculate idle time */ |