summaryrefslogtreecommitdiff
path: root/src/mongo/util/concurrency/rwlockimpl.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-12-27 23:09:52 -0500
committerdwight <dwight@10gen.com>2011-12-27 23:09:52 -0500
commit57239813e2c9fe786b34ff2c13931dc1ab272287 (patch)
treea381ce14b78e7bdbfb3e74d7098792a87bfe4994 /src/mongo/util/concurrency/rwlockimpl.h
parent41534924f8e63f050077e8eb8c81eb1bdc904652 (diff)
downloadmongo-57239813e2c9fe786b34ff2c13931dc1ab272287.tar.gz
compile
Diffstat (limited to 'src/mongo/util/concurrency/rwlockimpl.h')
-rw-r--r--src/mongo/util/concurrency/rwlockimpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/concurrency/rwlockimpl.h b/src/mongo/util/concurrency/rwlockimpl.h
index 904c48c1c3a..751870e6a72 100644
--- a/src/mongo/util/concurrency/rwlockimpl.h
+++ b/src/mongo/util/concurrency/rwlockimpl.h
@@ -13,6 +13,7 @@ namespace mongo {
boost::condition m_cond;
boost::mutex writer;
public:
+ RWLockBase1();
const char * implType() const { return "mongo"; }
void lock();
void unlock();