MCPcopy Create free account
hub / github.com/3rdparty/libprocess / initialize

Method initialize

src/posix/libevent/libevent_ssl_socket.cpp:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154void LibeventSSLSocketImpl::initialize()
155{
156 event_loop_handle = new std::weak_ptr<LibeventSSLSocketImpl>(shared(this));
157}
158
159
160Try<Nothing, SocketError> LibeventSSLSocketImpl::shutdown(int how)

Callers 2

createMethod · 0.45
accept_SSL_callbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected