Changeset 361

Show
Ignore:
Timestamp:
08/23/06 22:35:53 (2 years ago)
Author:
bradfitz
Message:

up for clarity, no functional change

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/server-newrepl/lib/MogileFS/Worker/Monitor.pm

    r355 r361  
    7070            } 
    7171 
     72            # at this point we can reach the host 
     73            $self->broadcast_host_reachable($dev->{hostid}); 
     74 
    7275            my %stats; 
    7376            my $data = $response->content; 
     
    110113            # TODO: guard against race-conditions with double-check on failure 
    111114 
    112             # at this point we can reach the host 
    113             $self->broadcast_host_reachable($dev->{hostid}); 
    114  
    115115            # now, depending on what happens 
    116116            my $resp = $ua->request($req);