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

Comparing ircd-hybrid-7.2/include/s_conf.h (file contents):
Revision 967 by michael, Sun Aug 2 18:05:28 2009 UTC vs.
Revision 992 by michael, Mon Aug 17 19:19:16 2009 UTC

# Line 119 | Line 119 | struct MatchItem
119   struct AccessItem
120   {
121    dlink_node node;
122 +  unsigned int     dns_failed;
123 +  unsigned int     dns_pending;
124    unsigned int     status;   /* If CONF_ILLEGAL, delete when no clients */
125    unsigned int     flags;
126    unsigned int     modes;
# Line 135 | Line 137 | struct AccessItem
137    char *           fakename;   /* Mask name */
138    time_t           hold;     /* Hold action until this time (calendar time) */
139    struct ConfItem *class_ptr;  /* Class of connection */
138  struct DNSQuery* dns_query;
140    int              aftype;
141   #ifdef HAVE_LIBCRYPTO
142    char *           rsa_public_key_file;

Diff Legend

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