]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given module
authorAttila Molnar <attilamolnar@hush.com>
Mon, 8 Aug 2016 12:31:49 +0000 (14:31 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 8 Aug 2016 12:31:49 +0000 (14:31 +0200)
commiteef55acb1dbb2ae6c0202fec54e12506c064f892
treed7e4e3e313053294192715d9f7bca1b426b8d232
parent3a11a742ba35155e1b2e14dc4ef1a4f7f659ea13
Add StreamSocket::GetModHook() for obtaining the IOHook belonging to a given module

Use it to simplify logic in all modules using or providing IOHooks
include/inspsocket.h
src/inspsocket.cpp
src/modules/extra/m_ssl_gnutls.cpp
src/modules/extra/m_ssl_mbedtls.cpp
src/modules/extra/m_ssl_openssl.cpp
src/modules/m_httpd.cpp
src/modules/m_spanningtree/main.cpp