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.22 by root, Thu Aug 27 22:21:09 2009 UTC vs.
Revision 1.23 by root, Thu Aug 27 23:46:33 2009 UTC

325 325
326 $binds ||= [$NODE]; 326 $binds ||= [$NODE];
327 327
328 $WARN->(8, "node $NODE starting up."); 328 $WARN->(8, "node $NODE starting up.");
329 329
330 $LISTENER = [];
331 %LISTENER = ();
332
330 for (map _resolve $_, @$binds) { 333 for (map _resolve $_, @$binds) {
331 for my $bind ($_->recv) { 334 for my $bind ($_->recv) {
332 my ($host, $port) = AnyEvent::Socket::parse_hostport $bind 335 my ($host, $port) = AnyEvent::Socket::parse_hostport $bind
333 or Carp::croak "$bind: unparsable local bind address"; 336 or Carp::croak "$bind: unparsable local bind address";
334 337

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines