summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-05-17 00:44:10 -0400
committerEliot Horowitz <eliot@10gen.com>2012-05-17 00:46:16 -0400
commit7bd246b2375dc1653de7afa311dc6c7ad450a1a3 (patch)
tree8ee088edbab7a03e0ca1796d47e24a49f9c2fcba /src/mongo/db/stats
parentee741ea0ac4d637797e5d1b1a20d5b99e2715f17 (diff)
downloadmongo-7bd246b2375dc1653de7afa311dc6c7ad450a1a3.tar.gz
fix mongos linking
Diffstat (limited to 'src/mongo/db/stats')
-rw-r--r--src/mongo/db/stats/counters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/counters.cpp b/src/mongo/db/stats/counters.cpp
index fa088479101..a11397c4762 100644
--- a/src/mongo/db/stats/counters.cpp
+++ b/src/mongo/db/stats/counters.cpp
@@ -78,7 +78,7 @@ namespace mongo {
}
IndexCounters::IndexCounters() {
- _memSupported = Record::blockCheckSupported();
+ _memSupported = ProcessInfo().blockCheckSupported();
_btreeMemHits = 0;
_btreeMemMisses = 0;