MCPcopy Create free account
hub / github.com/ceph/ceph / ~ServerSocket

Method ~ServerSocket

src/msg/async/Stack.h:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 explicit ServerSocket(std::unique_ptr<ServerSocketImpl> ssi)
162 : _ssi(std::move(ssi)) {}
163 ~ServerSocket() {
164 if (_ssi)
165 _ssi->abort_accept();
166 }
167 /// \endcond
168 /// Moves a \c ServerSocket object.
169 ServerSocket(ServerSocket&& ss) = default;

Callers

nothing calls this directly

Calls 1

abort_acceptMethod · 0.45

Tested by

no test coverage detected