summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/repl_set.h
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2014-09-18 17:08:40 -0400
committerEric Milkie <milkie@10gen.com>2014-09-19 11:50:30 -0400
commit7e121c042020285789730da5e9ec9c70800585a8 (patch)
treeffe4eca9c6b697c232a448e10e8e83294185d3f3 /src/mongo/db/repl/repl_set.h
parentd4939de9c4ee3f3fd2d6b3bc55d4414b6d850c66 (diff)
downloadmongo-7e121c042020285789730da5e9ec9c70800585a8.tar.gz
SERVER-15089 move the applier threadpools into SyncTail
Diffstat (limited to 'src/mongo/db/repl/repl_set.h')
-rw-r--r--src/mongo/db/repl/repl_set.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/repl/repl_set.h b/src/mongo/db/repl/repl_set.h
index efe53ddceda..bb70c577627 100644
--- a/src/mongo/db/repl/repl_set.h
+++ b/src/mongo/db/repl/repl_set.h
@@ -66,8 +66,6 @@ namespace repl {
void summarizeAsHtml(OperationContext* txn, stringstream& ss) const { _summarizeAsHtml(txn, ss); }
void summarizeStatus(BSONObjBuilder& b) const { _summarizeStatus(b); }
void fillIsMaster(BSONObjBuilder& b) { _fillIsMaster(b); }
- threadpool::ThreadPool& getPrefetchPool() { return ReplSetImpl::getPrefetchPool(); }
- threadpool::ThreadPool& getWriterPool() { return ReplSetImpl::getWriterPool(); }
/**
* We have a new config (reconfig) - apply it.