Skip to content
Snippets Groups Projects
Commit 7b88affa authored by Ian Longden's avatar Ian Longden
Browse files

added getter/setter for maxdump

parent db6402d1
No related branches found
No related tags found
No related merge requests found
......@@ -191,6 +191,14 @@ sub dumpcheck {
return $self->{_dumpcheck};
}
sub maxdump {
my ($self, $arg) = @_;
(defined $arg) &&
($self->{_maxdump} = $arg );
return $self->{_maxdump};
}
sub process_dir {
my ($dir) = @_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment