ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.398 by root, Wed Dec 5 11:08:34 2007 UTC vs.
Revision 1.399 by root, Sun Dec 16 02:50:33 2007 UTC

74our $TICK = MAX_TIME * 1e-6; # this is a CONSTANT(!) 74our $TICK = MAX_TIME * 1e-6; # this is a CONSTANT(!)
75our $TICK_WATCHER; 75our $TICK_WATCHER;
76our $AIO_POLL_WATCHER; 76our $AIO_POLL_WATCHER;
77our $NEXT_RUNTIME_WRITE; # when should the runtime file be written 77our $NEXT_RUNTIME_WRITE; # when should the runtime file be written
78our $NEXT_TICK; 78our $NEXT_TICK;
79our $NOW;
80our $USE_FSYNC = 1; # use fsync to write maps - default off 79our $USE_FSYNC = 1; # use fsync to write maps - default off
81 80
82our $BDB_POLL_WATCHER; 81our $BDB_POLL_WATCHER;
83our $BDB_DEADLOCK_WATCHER; 82our $BDB_DEADLOCK_WATCHER;
84our $BDB_CHECKPOINT_WATCHER; 83our $BDB_CHECKPOINT_WATCHER;
87 86
88our %CFG; 87our %CFG;
89 88
90our $UPTIME; $UPTIME ||= time; 89our $UPTIME; $UPTIME ||= time;
91our $RUNTIME; 90our $RUNTIME;
91our $NOW;
92 92
93our (%PLAYER, %PLAYER_LOADING); # all users 93our (%PLAYER, %PLAYER_LOADING); # all users
94our (%MAP, %MAP_LOADING ); # all maps 94our (%MAP, %MAP_LOADING ); # all maps
95our $LINK_MAP; # the special {link} map, which is always available 95our $LINK_MAP; # the special {link} map, which is always available
96 96

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines