aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network/server.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-network/server.hpp')
-rw-r--r--libcmix-network/server.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcmix-network/server.hpp b/libcmix-network/server.hpp
index 6976f04..29559e7 100644
--- a/libcmix-network/server.hpp
+++ b/libcmix-network/server.hpp
@@ -53,6 +53,9 @@ public:
*/
Server(boost::asio::io_service& io_service, ListenSettings const& listen_settings, std::shared_ptr<boost::asio::ssl::context> ctx, SSLAcceptHandler accept_handler);
+ /*!
+ * \brief close closes all the accepting sockets.
+ */
void close();
};