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

Comparing deliantra/server/server/evthread.C (file contents):
Revision 1.12 by root, Sun May 2 19:16:16 2010 UTC vs.
Revision 1.13 by root, Mon Oct 25 11:35:15 2010 UTC

101static void * 101static void *
102evthread_proc (void *arg) 102evthread_proc (void *arg)
103{ 103{
104 SMUTEX_LOCK (cb_mutex); 104 SMUTEX_LOCK (cb_mutex);
105 105
106 ev_loop (loop, 0); 106 ev_run (loop, 0);
107 107
108 return 0; 108 return 0;
109} 109}
110 110
111void evthread_start (int aiofd) 111void evthread_start (int aiofd)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines