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

Comparing ircd-hybrid/trunk/include/client.h (file contents):
Revision 1644 by michael, Tue Nov 6 22:20:16 2012 UTC vs.
Revision 1666 by michael, Sun Nov 18 17:03:18 2012 UTC

# Line 436 | Line 436 | struct Client
436   extern struct Client me;
437   extern dlink_list listing_client_list;
438   extern dlink_list global_client_list;
439 + extern dlink_list unknown_list;       /* unknown clients ON this server only        */
440 + extern dlink_list local_client_list;  /* local clients only ON this server          */
441 + extern dlink_list serv_list;          /* local servers to this server ONLY          */
442 + extern dlink_list global_serv_list;   /* global servers on the network              */
443 + extern dlink_list oper_list;          /* our opers, duplicated in local_client_list */
444  
445   extern int accept_message(struct Client *, struct Client *);
446   extern struct split_nuh_item *find_accept(const char *, const char *,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines