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

Comparing ircd-hybrid/branches/8.3.x/include/parse.h (file contents):
Revision 6782 by michael, Thu Nov 12 19:37:24 2015 UTC vs.
Revision 6783 by michael, Sun Nov 15 18:50:00 2015 UTC

# Line 82 | Line 82 | struct Message
82                               */
83    unsigned int args_max;    /* maximum permitted parameters */
84    unsigned int flags;
85 <  uint64_t bytes;  /* bytes received for this message */
85 >  uintmax_t bytes;  /* bytes received for this message */
86  
87    /* handlers:
88     * UNREGISTERED, CLIENT, SERVER, ENCAP, OPER, LAST

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines