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.8 by root, Thu Aug 13 22:47:52 2009 UTC vs.
Revision 1.9 by root, Fri Aug 14 03:27:59 2009 UTC

289 +(defined $noderef ? $noderef : _nodename); 289 +(defined $noderef ? $noderef : _nodename);
290 290
291 $noderef = $profile->{noderef} 291 $noderef = $profile->{noderef}
292 if exists $profile->{noderef}; 292 if exists $profile->{noderef};
293 293
294 @others = @{ $profile->{seeds} }; 294 push @others, @{ $profile->{seeds} };
295 295
296 if ($noderef =~ /^slave\/(.*)$/) { 296 if ($noderef =~ /^slave\/(.*)$/) {
297 $SLAVE = AE::cv; 297 $SLAVE = AE::cv;
298 my $name = $1; 298 my $name = $1;
299 $name = $NODE unless length $name; 299 $name = $NODE unless length $name;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines