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

Comparing deliantra/server/ext/help.ext (file contents):
Revision 1.9 by root, Tue Jul 10 05:51:38 2007 UTC vs.
Revision 1.10 by root, Wed Sep 19 21:56:30 2007 UTC

36} 36}
37 37
38cf::sync_job { 38cf::sync_job {
39 my $guard = cf::lock_acquire "ext::help::loading"; 39 my $guard = cf::lock_acquire "ext::help::loading";
40 cf::async_ext { 40 cf::async_ext {
41 $Coro::current->{desc} = "help loader";
41 reload; 42 reload;
42 undef $guard; 43 undef $guard;
43 }; 44 };
44}; 45};
45 46

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines