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

Comparing AnyEvent-MP/MP/Transport.pm (file contents):
Revision 1.32 by root, Thu Aug 13 01:46:10 2009 UTC vs.
Revision 1.33 by root, Thu Aug 13 15:29:59 2009 UTC

135 $self->{queue} = []; 135 $self->{queue} = [];
136 136
137 { 137 {
138 Scalar::Util::weaken (my $self = $self); 138 Scalar::Util::weaken (my $self = $self);
139 139
140 my $config = AnyEvent::MP::Config::node_config; 140 my $config = AnyEvent::MP::Config::config;
141 141
142 my $latency = $config->{network_latency} || LATENCY; 142 my $latency = $config->{network_latency} || LATENCY;
143 143
144 $arg{secret} = $config->{secret} 144 $arg{secret} = $config->{secret}
145 unless exists $arg{secret}; 145 unless exists $arg{secret};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines