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

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.123 by root, Sun Dec 31 22:23:12 2006 UTC vs.
Revision 1.124 by root, Mon Jan 1 00:41:03 2007 UTC

873 873
874///////////////////////////////////////////////////////////////////////////// 874/////////////////////////////////////////////////////////////////////////////
875 875
876struct EventAPI *watcher_base::GEventAPI; 876struct EventAPI *watcher_base::GEventAPI;
877struct CoroAPI *coroapi::GCoroAPI; 877struct CoroAPI *coroapi::GCoroAPI;
878
879int coroapi::cede_counter;
878 880
879static void iw_dispatch (pe_event *ev) 881static void iw_dispatch (pe_event *ev)
880{ 882{
881 iw *w = (iw *)ev->ext_data; 883 iw *w = (iw *)ev->ext_data;
882 w->call (*w); 884 w->call (*w);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines