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 8655 by michael, Sun Nov 11 20:18:54 2018 UTC vs.
Revision 8713 by michael, Sun Dec 9 18:33:02 2018 UTC

# Line 343 | Line 343 | struct Connection
343     * decay to avoid flooding.
344     *   -- adrian
345     */
346  int allow_read;  /**< How many we're allowed to read in this second */
346    int sent_parsed;  /**< How many messages we've parsed in this second */
347  
348    char *password;  /**< Password supplied by the client/server */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)