]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdxPart.pm
rename SearchIdxThread to SearchIdxSkeleton
[public-inbox.git] / lib / PublicInbox / SearchIdxPart.pm
index 477a4f979624b9f8998327c5399f79b64c9ca6ef..6025fc4034cf3e5837e873ef5c1645dd3c77825f 100644 (file)
@@ -6,9 +6,9 @@ use warnings;
 use base qw(PublicInbox::SearchIdx);
 
 sub new {
-       my ($class, $v2writable, $part, $threader) = @_;
+       my ($class, $v2writable, $part, $skel) = @_;
        my $self = $class->SUPER::new($v2writable->{-inbox}, 1, $part);
-       $self->{threader} = $threader;
+       $self->{skeleton} = $skel;
        my ($r, $w);
        pipe($r, $w) or die "pipe failed: $!\n";
        binmode $r, ':raw';