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

Comparing ircd-hybrid/trunk/include/whowas.h (file contents):
Revision 5630 by michael, Sun Feb 15 12:27:53 2015 UTC vs.
Revision 5631 by michael, Sun Mar 1 12:20:27 2015 UTC

# Line 41 | Line 41 | struct Whowas
41    char name[NICKLEN + 1];
42    char username[USERLEN + 1];
43    char hostname[HOSTLEN + 1];
44 +  char sockhost[HOSTIPLEN + 1];  /**< This is the host name from the socket ip address as string */
45    char realname[REALLEN + 1];
46    char servername[HOSTLEN + 1];
47    struct Client *online; /* Pointer to new nickname for chasing or NULL */

Diff Legend

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