summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.h
diff options
context:
space:
mode:
authorShaun Verch <shaun.verch@10gen.com>2013-10-16 15:33:25 -0400
committerShaun Verch <shaun.verch@10gen.com>2013-10-16 15:39:21 -0400
commit7d1febe107917b8378023ab9af26f5e4f0d1a30c (patch)
tree485161aad5ffdce77bd2dd0a4d5cc300de8c2cd8 /src/mongo/db/db.h
parent5747ceaf63f5c6b713cd1874a4a01b048b5442b6 (diff)
downloadmongo-7d1febe107917b8378023ab9af26f5e4f0d1a30c.tar.gz
SERVER-11212 Make sure snmp module is correctly initialized
Diffstat (limited to 'src/mongo/db/db.h')
-rw-r--r--src/mongo/db/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/db.h b/src/mongo/db/db.h
index 1ac951a9364..248a4e121ed 100644
--- a/src/mongo/db/db.h
+++ b/src/mongo/db/db.h
@@ -116,4 +116,6 @@ namespace mongo {
bool unlocked() const { return real != 0; }
};
+ extern void (*snmpInit)();
+
} // namespace mongo