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

Comparing ircd-hybrid-7.2/src/s_conf.c (file contents):
Revision 936 by db, Mon Apr 13 04:27:47 2009 UTC vs.
Revision 948 by michael, Tue Jul 21 17:34:06 2009 UTC

# Line 1226 | Line 1226 | hash_ip(struct irc_ssaddr *addr)
1226   * used in the hash.
1227   */
1228   void
1229 < count_ip_hash(int *number_ips_stored, unsigned long *mem_ips_stored)
1229 > count_ip_hash(unsigned int *number_ips_stored, uint64_t *mem_ips_stored)
1230   {
1231    struct ip_entry *ptr;
1232    int i;
# Line 2943 | Line 2943 | init_class(void)
2943   * output       - sendq for this client as found from its class
2944   * side effects - NONE
2945   */
2946 < unsigned long
2946 > unsigned int
2947   get_sendq(struct Client *client_p)
2948   {
2949 <  unsigned long sendq = DEFAULT_SENDQ;
2949 >  unsigned int sendq = DEFAULT_SENDQ;
2950    dlink_node *ptr;
2951    struct ConfItem *conf;
2952    struct ConfItem *class_conf;

Diff Legend

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