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

Comparing AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.114 by root, Tue Jun 28 11:38:51 2016 UTC vs.
Revision 1.115 by root, Sun Aug 28 08:24:22 2016 UTC

743} 743}
744 744
745sub master_search { 745sub master_search {
746 AE::log 9 => "starting search for master node."; 746 AE::log 9 => "starting search for master node.";
747 747
748 #TODO: should also look for other global nodes, but we don't know them #d# 748 #TODO: should also look for other global nodes, but we don't know them
749 for (keys %NODE_SEED) { 749 for (keys %NODE_SEED) {
750 if (node_is_up $_) { 750 if (node_is_up $_) {
751 master_set $_; 751 master_set $_;
752 return; 752 return;
753 } 753 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines