ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/client.h
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/include/client.h (file contents):
Revision 6656 by michael, Sat Oct 24 12:22:31 2015 UTC vs.
Revision 6657 by michael, Sun Oct 25 17:45:27 2015 UTC

# Line 301 | Line 301 | struct Connection
301  
302    uint64_t serial;     /**< Used to enforce 1 send per nick */
303  
304 <  time_t       lasttime;   /**< ...should be only LOCAL clients? --msa */
304 >  time_t       lasttime;   /**< Last time data read from socket */
305    time_t       firsttime;  /**< Time client was created */
306    time_t       since;      /**< Last time we parsed something */
307    time_t       last_join_time;   /**< When this client last joined a channel */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines