hm. even though it's perl, it occurred to me that a comment might be useful too.
Roger Dingledine

Roger Dingledine commited on 2009-02-13 12:28:01
Zeige 1 geänderte Dateien mit 1 Einfügungen und 0 Löschungen.

... ...
@@ -78,6 +78,7 @@ sub do_status(\%$$) {
78 78
 				$validatorlink;
79 79
 
80 80
 			${$_[0]}{$priority}->{$path}->{'data'} = $cell_path . $cell_en;
81
+			# Assign high urgency if it's *.wmi, else init to 0
81 82
 			if ($file =~ /.wmi$/) {
82 83
 			  ${$_[0]}{$priority}->{$path}->{'urgency'} = 1000;
83 84
 			} else {
84 85