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.21 by root, Thu Aug 27 21:29:37 2009 UTC vs.
Revision 1.22 by root, Thu Aug 27 22:21:09 2009 UTC

304 $cv->end; 304 $cv->end;
305 305
306 $cv 306 $cv
307} 307}
308 308
309sub initialise_node($;%) { 309sub initialise_node(;$%) {
310 my ($profile) = @_; 310 my ($profile) = @_;
311 311
312 $profile = _nodename 312 $profile = _nodename
313 unless defined $profile; 313 unless defined $profile;
314 314

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines