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

Method readReschedule

src/iocore/net/UnixNetVConnection.cc:970–974  ·  view source on GitHub ↗

Interface so SSL inherited class can call some static in-line functions without affecting regular net stuff or copying a bunch of code into the header files.

Source from the content-addressed store, hash-verified

968// without affecting regular net stuff or copying a bunch of code into
969// the header files.
970void
971UnixNetVConnection::readReschedule(NetHandler *nh)
972{
973 read_reschedule(nh, this);
974}
975
976void
977UnixNetVConnection::writeReschedule(NetHandler *nh)

Callers 1

reenableMethod · 0.80

Calls 1

read_rescheduleFunction · 0.85

Tested by

no test coverage detected