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

Comparing deliantra/server/ext/map-tags.ext (file contents):
Revision 1.7 by root, Thu Sep 13 16:16:36 2007 UTC vs.
Revision 1.8 by root, Mon Sep 17 11:45:41 2007 UTC

79 79
80 # we don't actually care if it succeeds or not, as we 80 # we don't actually care if it succeeds or not, as we
81 # will just retry an hour later 81 # will just retry an hour later
82 BDB::db_txn_finish $txn; 82 BDB::db_txn_finish $txn;
83 83
84# warn "tag-updated $file (= $key) $hash\n";#d# 84 warn "tag-updated $file (= $key) <@tags>\n"
85 if @tags;
85} 86}
86 87
87sub scan_static { 88sub scan_static {
88 my ($dir, $map) = @_; 89 my ($dir, $map) = @_;
89 90
101 &scan_static ("$dir/$_", "$map$_/") 102 &scan_static ("$dir/$_", "$map$_/")
102 for @$dirs; 103 for @$dirs;
103} 104}
104 105
105sub reload { 106sub reload {
107 my $guard = cf::lock_acquire "map-tags::reload";
108
106 my $start = Event::time; 109 my $start = Event::time;
107 110
108 # 1. check for maps no longer existing 111 # 1. check for maps no longer existing
109 { 112 {
110 my @delkeys; 113 my @delkeys;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines