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.
| 968 | // without affecting regular net stuff or copying a bunch of code into |
| 969 | // the header files. |
| 970 | void |
| 971 | UnixNetVConnection::readReschedule(NetHandler *nh) |
| 972 | { |
| 973 | read_reschedule(nh, this); |
| 974 | } |
| 975 | |
| 976 | void |
| 977 | UnixNetVConnection::writeReschedule(NetHandler *nh) |
no test coverage detected