summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/transport/service_entry_point.h')
-rw-r--r--src/mongo/transport/service_entry_point.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/transport/service_entry_point.h b/src/mongo/transport/service_entry_point.h
index 3faa834ea97..2c3ded7849a 100644
--- a/src/mongo/transport/service_entry_point.h
+++ b/src/mongo/transport/service_entry_point.h
@@ -65,8 +65,8 @@ public:
virtual Status start() = 0;
/**
- * Shuts down the service entry point.
- */
+ * Shuts down the service entry point.
+ */
virtual bool shutdown(Milliseconds timeout) = 0;
/**
@@ -75,8 +75,8 @@ public:
virtual void appendStats(BSONObjBuilder* bob) const = 0;
/**
- * Returns the number of sessions currently open.
- */
+ * Returns the number of sessions currently open.
+ */
virtual size_t numOpenSessions() const = 0;
/**