X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FDXChannel.pm;h=58dc3b867741fcf13d5a105a901a4f150936dfde;hb=b473fa8950fc9a6b747be44434569dec254b0897;hp=eb306e672a85aa4a77ef726025945d6f1d8474e6;hpb=b060a0a3ee72530aa3f10d453186a662b66d7efe;p=spider.git 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)]