ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP/Global.pm
(Generate patch)

Comparing AnyEvent-MP/MP/Global.pm (file contents):
Revision 1.1 by root, Sat Aug 15 02:36:03 2009 UTC vs.
Revision 1.2 by root, Sat Aug 15 04:12:38 2009 UTC

43 my ($noderef, $is_up) = @_; 43 my ($noderef, $is_up) = @_;
44 44
45 if ($is_up) { 45 if ($is_up) {
46 # request any other nodes possibly known to us 46 # request any other nodes possibly known to us
47 snd $noderef, up_nodes => $port, "connect_nodes"; 47 snd $noderef, up_nodes => $port, "connect_nodes";
48 } else {
48 } 49 }
49 #warn "node<$noderef,$is_up>\n";#d# 50 #warn "node<$noderef,$is_up>\n";#d#
50} 51}
51 52
52mon_node $_, 1 53mon_node $_, 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines