From: minima Date: Thu, 20 Sep 2001 14:38:12 +0000 (+0000) Subject: put back broadcast_all_nodes X-Git-Tag: R_1_49~105 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=9bdaf6f1c757ea90ed4773a394dc613ae9cca619;p=spider.git put back broadcast_all_nodes --- diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 01d2135e..463d43a2 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -544,7 +544,7 @@ sub broadcast_nodes # broadcast a message to all clusters ignoring isolation # [except those mentioned after buffer] -sub broadcast_all_ak1a +sub broadcast_all_nodes { my $s = shift; # the line to be rebroadcast my @except = @_; # to all channels EXCEPT these (dxchannel refs)