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

Comparing ircd-hybrid-8/include/s_conf.h (file contents):
Revision 1216 by michael, Tue Sep 13 18:22:31 2011 UTC vs.
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC

# Line 469 | Line 469 | struct admin_info
469   struct logging_entry
470   {
471    unsigned int use_logging;
472 <  char operlog[PATH_MAX + 1];
473 <  char userlog[PATH_MAX + 1];
474 <  char glinelog[PATH_MAX + 1];
475 <  char ioerrlog[PATH_MAX + 1];
476 <  char klinelog[PATH_MAX + 1];
477 <  char killlog[PATH_MAX + 1];
478 <  char operspylog[PATH_MAX + 1];
479 <  char failed_operlog[PATH_MAX + 1];
472 >  unsigned int timestamp;
473   };
474  
475   extern dlink_list gdeny_items;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines