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.67 by root, Wed Dec 30 15:33:08 2009 UTC vs.
Revision 1.68 by root, Mon Apr 19 04:50:46 2010 UTC

579 579
580 $LMON{$_[1]}{$_[2]+0} = $_[2]; 580 $LMON{$_[1]}{$_[2]+0} = $_[2];
581} 581}
582 582
583sub _unmonitor { 583sub _unmonitor {
584 delete $LMON{$_[1]}{$_[2]+0}; 584 delete $LMON{$_[1]}{$_[2]+0}
585 if exists $LMON{$_[1]};
585} 586}
586 587
587our %node_req = ( 588our %node_req = (
588 # internal services 589 # internal services
589 590

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines