--- deliantra/server/ext/map-scheduler.ext 2007/08/24 01:12:11 1.41 +++ deliantra/server/ext/map-scheduler.ext 2007/09/19 21:56:30 1.42 @@ -12,6 +12,7 @@ our $SWAP_LOAD2 = $cf::CFG{swap_load2} || .4; # swap as fast as possible at this load cf::async_ext { + $Coro::current->{desc} = "initial map scanner"; $Coro::current->prio (Coro::PRIO_MIN); # load the header of swapped-out maps. @@ -52,6 +53,7 @@ }; our $SCHEDULER = cf::async_ext { + $Coro::current->{desc} = "map scheduler"; my $timer = Coro::Event->timer (after => 1); while () {