]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdxPart.pm
searchidxpart: s/barrier/remote_barrier/
[public-inbox.git] / lib / PublicInbox / SearchIdxPart.pm
index c166078331a6f59d690182369d56a01a25657648..d8c8c8bb00e49a9a9a5b7177b0bab9d5f841452e 100644 (file)
@@ -95,7 +95,7 @@ sub atfork_child {
 }
 
 # called by V2Writable:
-sub barrier {
+sub remote_barrier {
        my $w = $_[0]->{w};
        print $w "barrier\n" or die "failed to print: $!";
        $w->flush or die "failed to flush: $!";