summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/record_store_v1_test_help.h
diff options
context:
space:
mode:
authorDavid Storch <david.storch@10gen.com>2014-10-29 18:56:51 -0400
committerDavid Storch <david.storch@10gen.com>2014-11-04 14:24:14 -0500
commitc8012ebc991cd4db85e63c4c61883aef3b793498 (patch)
tree9a0b3fbd3f1b4049b103b95690caaf3db2a9dc0d /src/mongo/db/storage/mmap_v1/record_store_v1_test_help.h
parentd5f6eb21a94a39bd39c3c7a7b0ac107aca33a7e4 (diff)
downloadmongo-c8012ebc991cd4db85e63c4c61883aef3b793498.tar.gz
SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCH
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/record_store_v1_test_help.h')
-rw-r--r--src/mongo/db/storage/mmap_v1/record_store_v1_test_help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/mmap_v1/record_store_v1_test_help.h b/src/mongo/db/storage/mmap_v1/record_store_v1_test_help.h
index 190c6cfac12..2f2ad5d2b8e 100644
--- a/src/mongo/db/storage/mmap_v1/record_store_v1_test_help.h
+++ b/src/mongo/db/storage/mmap_v1/record_store_v1_test_help.h
@@ -136,7 +136,7 @@ namespace mongo {
virtual Record* recordForV1( const DiskLoc& loc ) const;
- virtual bool likelyInPhysicalMem( const DiskLoc& loc ) const;
+ virtual RecordFetcher* recordNeedsFetch( const DiskLoc& loc ) const;
virtual Extent* extentForV1( const DiskLoc& loc ) const;