add more routing code together with associated commands
[spider.git] / perl / DXChannel.pm
index 808b4821206fb6ddc91cd3eaa1d232f8bb1a082d..8a300d5f24dd3823827d0f080f68cc176e54f0c1 100644 (file)
@@ -91,6 +91,8 @@ $count = 0;
                  talklist => '0,Talk List,parray',
                  cluster => '5,Cluster data',
                  isbasic => '9,Internal Connection', 
+                 errors => '9,Errors',
+                 route => '9,Route Data',
                 );
 
 # object destruction
@@ -366,9 +368,7 @@ sub disconnect
 {
        my $self = shift;
        my $user = $self->{user};
-       my $call = $self->{call};
        
-       $self->finish;
        $user->close() if defined $user;
        $self->{conn}->disconnect;
        $self->del();