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

Comparing ircd-hybrid/branches/8.2.x/src/client.c (file contents):
Revision 4574 by michael, Mon Aug 25 09:31:29 2014 UTC vs.
Revision 4577 by michael, Mon Aug 25 09:45:23 2014 UTC

# Line 1101 | Line 1101 | client_init(void)
1101    };
1102  
1103    client_pool = mp_pool_new(sizeof(struct Client), MP_CHUNK_SIZE_CLIENT);
1104 <  lclient_pool = mp_pool_new(sizeof(struct LocalUser), MP_CHUNK_SIZE_LCLIENT);
1104 >  lclient_pool = mp_pool_new(sizeof(struct Connection), MP_CHUNK_SIZE_LCLIENT);
1105    event_add(&event_ping, NULL);
1106   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines