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

Comparing ircd-hybrid/branches/8.0.x/include/resv.h (file contents):
Revision 1684 by michael, Sat Oct 27 21:09:19 2012 UTC vs.
Revision 1685 by michael, Wed Dec 19 20:24:52 2012 UTC

# Line 34 | Line 34 | struct ResvChannel
34    char name[CHANNELLEN + 1];
35    char *reason;
36    int   conf;           /* 1 if set from ircd.conf, 0 if from elsewhere */
37 +  int count; /* How many times this item has been matched */
38   };
39  
40   extern dlink_list nresv_items;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines