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

Comparing deliantra/server/ext/dm-support.ext (file contents):
Revision 1.26 by root, Mon Apr 12 05:27:10 2010 UTC vs.
Revision 1.27 by root, Mon Apr 12 17:13:36 2010 UTC

30ext::help::reload & 30ext::help::reload &
31ext::books::reload & 31ext::books::reload &
32ext::map_tags::reload & 32ext::map_tags::reload &
33ext::map_world::reload & 33ext::map_world::reload &
34# ext::map_scheduler::loadall & # debugging only! 34# ext::map_scheduler::loadall & # debugging only!
35cf::object::create_count, cf::object::destroy_count, cf::object::free_count, cf::object::object_count
36while (EV::TIMEOUT & Coro::EV::timed_io_once \$fh, EV::READ, 1) { Coro::Debug::command "ps" } & 35while (EV::TIMEOUT & Coro::EV::timed_io_once \$fh, EV::READ, 1) { Coro::Debug::command "ps" } &
37({cf::mallinfo}) 36({mallinfo})
37({objinfo})
38EOF 38EOF
39 print $fh "\n> "; 39 print $fh "\n> ";
40 40
41 my $iow; $iow = AE::io $fh, 0, sub { 41 my $iow; $iow = AE::io $fh, 0, sub {
42 if (defined (my $cmd = <$fh>)) { 42 if (defined (my $cmd = <$fh>)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines