X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXChannel.pm;h=58dc3b867741fcf13d5a105a901a4f150936dfde;hp=eb306e672a85aa4a77ef726025945d6f1d8474e6;hb=cce345b95c555a0b45218c5b452bc0f5f4f13bab;hpb=8a0f0fc3c54895f0ce8b0207e42af1f693d757f6 diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index eb306e67..58dc3b86 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -66,6 +66,8 @@ use vars qw(%channels %valid); pc34to => '9,last rcmd call', pc34t => '9,last rcmd time,atime', pings => '9,out/st pings', + pagelth => '0,Page Length', + pagedata => '9,Page Data Store', ); # create a new channel object [$obj = DXChannel->new($call, $msg_conn_obj, $user_obj)]