Date:2011-10-13 16:06:11 (12 years 1 month ago)
Author:Werner Almesberger
Commit:86e86dca5a17359d6450fb5b4fd4e9f84bcab1b5
Message:m1rc3/norruption/2/collda: corrected $n to be the number of standby failures

Files: m1rc3/norruption/2/collda (1 diff)

Change Details

m1rc3/norruption/2/collda
55        next;
66    }
77    next unless /Checking : (\S+)\s+CRC failed.* got (\S+)\)/;
8    $n++;
9    $c{$n} = $c+1;
10    next if $1 eq "standby.fpg";
8    if ($1 eq "standby.fpg") {
9        $n++;
10        $c{$n} = $c+1;
11    }
1112    next if $last{$1} eq $2;
1213    if (defined $h{$n}) {
1314        $h{$n} .= ", ".$1;

Archive Download the corresponding diff file

Branches:
master



interactive