summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.cpp
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2017-02-02 13:01:42 -0500
committerADAM David Alan Martin <adam.martin@10gen.com>2017-02-02 13:01:42 -0500
commit5405365648a784d736ce8e1aa97ff7f4eb09c3aa (patch)
treef3495ba9bcaaa7a2b16216368b3cace0db0f2295 /src/mongo/db/db.cpp
parent970fdd08aa92e5393d3f616fd6270ea1fb688640 (diff)
downloadmongo-5405365648a784d736ce8e1aa97ff7f4eb09c3aa.tar.gz
SERVER-27764 Remove `initSNMP` function pointer.
The `initSNMP` function pointer isn't used by the enterprise modules for registration purposes anymore. The new registration function is used, instead. Documentation was also cleaned up for the initialization library.
Diffstat (limited to 'src/mongo/db/db.cpp')
-rw-r--r--src/mongo/db/db.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/db.cpp b/src/mongo/db/db.cpp
index 4a8d9651f08..3dc0a9ec791 100644
--- a/src/mongo/db/db.cpp
+++ b/src/mongo/db/db.cpp
@@ -70,6 +70,7 @@
#include "mongo/db/index_names.h"
#include "mongo/db/index_rebuilder.h"
#include "mongo/db/initialize_server_global_state.h"
+#include "mongo/db/initialize_snmp.h"
#include "mongo/db/introspect.h"
#include "mongo/db/json.h"
#include "mongo/db/log_process_details.h"