summaryrefslogtreecommitdiff
path: root/db/dur.cpp
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2011-01-03 13:53:47 -0500
committerDwight <dwight@10gen.com>2011-01-03 13:53:47 -0500
commit73be40b922fa22b8ac24afc137ce6b7072a32bbe (patch)
treeb1efe550ff31290d6cd8c8583cc26a7809558ee4 /db/dur.cpp
parent5379e7ce30bc66d06ede3d62c536108d654f0e34 (diff)
downloadmongo-73be40b922fa22b8ac24afc137ce6b7072a32bbe.tar.gz
comment
Diffstat (limited to 'db/dur.cpp')
-rw-r--r--db/dur.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/db/dur.cpp b/db/dur.cpp
index 9e65502a800..47074a49895 100644
--- a/db/dur.cpp
+++ b/db/dur.cpp
@@ -61,7 +61,10 @@ namespace mongo {
void WRITETODATAFILES();
void PREPLOGBUFFER();
- static void groupCommit(); // later in this file
+ /** declared later in this file
+ only used in this file -- use DurableInterface::commitNow() outside
+ */
+ static void groupCommit();
CommitJob commitJob;