summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-08-25 18:44:17 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-26 16:10:00 +0000
commit0c95addd6131bbc4604590d2d04dc079c7c87847 (patch)
treeccfda9a0b1b99e5f365852a4e8d3b927360fb8fc /src/mongo/db/process_health
parent41d0a45aaf90b8e4e9a91f13a72e5623ecd963c4 (diff)
downloadmongo-0c95addd6131bbc4604590d2d04dc079c7c87847.tar.gz
SERVER-68826 Move basic_types into server_base
Diffstat (limited to 'src/mongo/db/process_health')
-rw-r--r--src/mongo/db/process_health/health_monitoring.idl2
-rw-r--r--src/mongo/db/process_health/health_monitoring_server_parameters.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/process_health/health_monitoring.idl b/src/mongo/db/process_health/health_monitoring.idl
index 9e00fe252f2..88837981d8c 100644
--- a/src/mongo/db/process_health/health_monitoring.idl
+++ b/src/mongo/db/process_health/health_monitoring.idl
@@ -32,7 +32,7 @@ global:
cpp_namespace: "mongo::feature_flags"
imports:
- - "mongo/idl/basic_types.idl"
+ - "mongo/db/basic_types.idl"
feature_flags:
featureFlagHealthMonitoring:
diff --git a/src/mongo/db/process_health/health_monitoring_server_parameters.idl b/src/mongo/db/process_health/health_monitoring_server_parameters.idl
index 89889445dfc..036d1f797c1 100644
--- a/src/mongo/db/process_health/health_monitoring_server_parameters.idl
+++ b/src/mongo/db/process_health/health_monitoring_server_parameters.idl
@@ -31,7 +31,7 @@ global:
cpp_namespace: "mongo"
imports:
- - "mongo/idl/basic_types.idl"
+ - "mongo/db/basic_types.idl"
enums:
HealthObserverIntensity: