summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc/ftdc_mongod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ftdc/ftdc_mongod.h')
-rw-r--r--src/mongo/db/ftdc/ftdc_mongod.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/db/ftdc/ftdc_mongod.h b/src/mongo/db/ftdc/ftdc_mongod.h
index 698fac57f29..9108c39ee57 100644
--- a/src/mongo/db/ftdc/ftdc_mongod.h
+++ b/src/mongo/db/ftdc/ftdc_mongod.h
@@ -29,10 +29,12 @@
#pragma once
+#include <boost/optional.hpp>
#include <string>
#include <vector>
#include "mongo/base/status.h"
+#include "mongo/db/tenant_id.h"
namespace mongo {
@@ -50,6 +52,7 @@ void stopMongoDFTDC();
/**
* Validation callback for setParameter
*/
-Status validateCollectionStatsNamespaces(std::vector<std::string> value);
+Status validateCollectionStatsNamespaces(std::vector<std::string> value,
+ const boost::optional<TenantId>& tenantId);
} // namespace mongo