ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/perl/map-prefetch.ext
(Generate patch)

Comparing deliantra/maps/perl/map-prefetch.ext (file contents):
Revision 1.1 by root, Mon Jun 26 15:41:12 2006 UTC vs.
Revision 1.2 by root, Mon Jun 26 15:41:44 2006 UTC

7use Errno (); 7use Errno ();
8use Time::HiRes; 8use Time::HiRes;
9use Fcntl; 9use Fcntl;
10use IO::AIO; 10use IO::AIO;
11 11
12# find all potential exit paths, this is slow, so this info is cached
12sub find_exits { 13sub find_exits {
13 my ($map) = @_; 14 my ($map) = @_;
14 15
15 my %exit; 16 my %exit;
16 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines