summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point_impl.h
diff options
context:
space:
mode:
authorReo Kimura <reo.kimura@mongodb.com>2020-07-22 03:03:43 +0000
committerReo Kimura <reo.kimura@mongodb.com>2020-08-07 18:51:05 +0000
commit120b213146dc93d8777371650d082dd15b1a1c0b (patch)
treee9c961f52fc308429d188bbb5e61dffbd01d1e21 /src/mongo/transport/service_entry_point_impl.h
parent9238911d0a46f26419ecdbec4293457b9e1a891d (diff)
downloadmongo-server-49072.tar.gz
SERVER-49072 Created SE decorations, rewrote SEPI start/shutdown of SEsserver-49072
Diffstat (limited to 'src/mongo/transport/service_entry_point_impl.h')
-rw-r--r--src/mongo/transport/service_entry_point_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/transport/service_entry_point_impl.h b/src/mongo/transport/service_entry_point_impl.h
index 38c1319657a..ad9caf9a3fd 100644
--- a/src/mongo/transport/service_entry_point_impl.h
+++ b/src/mongo/transport/service_entry_point_impl.h
@@ -36,7 +36,9 @@
#include "mongo/stdx/condition_variable.h"
#include "mongo/stdx/variant.h"
#include "mongo/transport/service_entry_point.h"
+#include "mongo/transport/service_executor_fixed.h"
#include "mongo/transport/service_executor_reserved.h"
+#include "mongo/transport/service_executor_synchronous.h"
#include "mongo/transport/service_state_machine.h"
#include "mongo/util/hierarchical_acquisition.h"
#include "mongo/util/net/cidr.h"