]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Rename User::nping to nextping for consistency with lastping.
[user/henk/code/inspircd.git] / include / users.h
index 3937f74aae4cc651e5702370238f970a5f69988f..39e7e90f00d08a10da2107176f280bc530ddb515 100644 (file)
@@ -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
         */