ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/init.C
(Generate patch)

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.46 by root, Mon May 28 21:22:26 2007 UTC vs.
Revision 1.47 by root, Sat Jun 9 22:54:03 2007 UTC

226 226
227 static living zero_living; 227 static living zero_living;
228 last_stats = zero_living; 228 last_stats = zero_living;
229} 229}
230 230
231/** This sets up the socket and reads all the image information into memory. */
232void
233init_ericserver (void)
234{
235 cst_tot.time_start = time (NULL);
236 cst_lst.time_start = time (NULL);
237
238 LOG (llevDebug, "Initialize new client/server data\n");
239}
240
241/******************************************************************************* 231/*******************************************************************************
242 * 232 *
243 * Start of functions dealing with freeing of the data. 233 * Start of functions dealing with freeing of the data.
244 * 234 *
245 ******************************************************************************/ 235 ******************************************************************************/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines