summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builder.h
diff options
context:
space:
mode:
authorKristina <kristina@10gen.com>2012-12-26 19:53:37 -0500
committerKristina <kristina@10gen.com>2012-12-26 19:53:41 -0500
commit283fc0d291c196232cebc8b964178037aa71f943 (patch)
tree2ceae2c421b1e9b314c6b051e900a87a8485cc43 /src/mongo/db/index_builder.h
parentb012f057c65f112f83d7bf49a0fcd885188fa41b (diff)
downloadmongo-283fc0d291c196232cebc8b964178037aa71f943.tar.gz
SERVER-2771 Make foreground indexes not create a client
Diffstat (limited to 'src/mongo/db/index_builder.h')
-rw-r--r--src/mongo/db/index_builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/index_builder.h b/src/mongo/db/index_builder.h
index 802836d9252..0b5de273c84 100644
--- a/src/mongo/db/index_builder.h
+++ b/src/mongo/db/index_builder.h
@@ -34,6 +34,8 @@ namespace mongo {
virtual void run();
virtual std::string name() const;
+ void build() const;
+
/**
* Kill all in-progress indexes matching criteria and, optionally, store them in the
* indexes list.