aboutsummaryrefslogtreecommitdiff
path: root/libcmix-network/acceptor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-network/acceptor.hpp')
-rw-r--r--libcmix-network/acceptor.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcmix-network/acceptor.hpp b/libcmix-network/acceptor.hpp
index 0ee9294..eecc511 100644
--- a/libcmix-network/acceptor.hpp
+++ b/libcmix-network/acceptor.hpp
@@ -74,6 +74,9 @@ public:
*/
void start_accepting(std::shared_ptr<boost::asio::ssl::context> ctx, SSLAcceptHandler accept_handler);
+ /*!
+ * \brief closes the acceptor socket and cancels the async_operations.
+ */
void close();
};