1. Incorporated sh/st, (un)set/lockout, forward/opername from Iain G0RDI
[spider.git] / perl / DXCluster.pm
index 25dafaed20d249cdafd994823d42dfdd068e9c2c..0eb98a4bbbe46575c2e5ae76cb1a3971030dc918 100644 (file)
@@ -57,7 +57,7 @@ sub get_exact
   # belt and braces
   $call = uc $call;
   
-  # search for 'as is'
+  # search for 'as is' only
   return $cluster{$call}; 
 }
 
@@ -224,6 +224,7 @@ sub new
   my $self = $pkg->alloc($dxchan, $call, $confmode, $here);
   $self->{pcversion} = $pcversion;
   $self->{list} = { } ;
+  $self->{mynode} = $self;   # for sh/station
   $nodes++;
   dbg('cluster', "allocating node $call to cluster\n");
   return $self;