MCPcopy Create free account
hub / github.com/apache/trafficserver / write_signal_error

Function write_signal_error

src/iocore/net/UnixNetVConnection.cc:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179static inline int
180write_signal_error(NetHandler *nh, UnixNetVConnection *vc, int lerrno)
181{
182 vc->lerrno = lerrno;
183 return write_signal_done(VC_EVENT_ERROR, nh, vc);
184}
185
186bool
187UnixNetVConnection::get_data(int id, void *data)

Callers 1

net_write_ioMethod · 0.85

Calls 1

write_signal_doneFunction · 0.85

Tested by

no test coverage detected