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.113 by root, Tue Jun 28 11:38:24 2016 UTC vs.
Revision 1.114 by root, Tue Jun 28 11:38:51 2016 UTC

536 %NODE_SEED = (); 536 %NODE_SEED = ();
537 %SEED_CONNECT = (); 537 %SEED_CONNECT = ();
538 538
539 @SEED_NODE{@_} = (); 539 @SEED_NODE{@_} = ();
540 540
541 seed_all; 541 seed_again;
542} 542}
543 543
544# normal nodes only record global node connections 544# normal nodes only record global node connections
545$NODE_REQ{g_global} = sub { 545$NODE_REQ{g_global} = sub {
546 undef $GLOBAL_NODE{$SRCNODE}; 546 undef $GLOBAL_NODE{$SRCNODE};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines