MCPcopy Create free account
hub / github.com/ceph/ceph / abort_accept

Method abort_accept

src/msg/async/Stack.h:185–188  ·  view source on GitHub ↗

Stops any \ref accept() in progress. Current and future \ref accept() calls will terminate immediately with an error.

Source from the content-addressed store, hash-verified

183 /// Current and future \ref accept() calls will terminate immediately
184 /// with an error.
185 void abort_accept() {
186 _ssi->abort_accept();
187 _ssi.reset();
188 }
189
190 /// Get file descriptor
191 int fd() const {

Callers 1

~ServerSocketMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected