| 26 | |
| 27 | |
| 28 | void SAPMux::writeHighSide(const L2Frame& frame) |
| 29 | { |
| 30 | // The SAP may or may not be present, depending on the channel type. |
| 31 | OBJLOG(DEBUG) << frame; |
| 32 | ScopedLock lock(mLock); |
| 33 | mDownstream->writeHighSide(frame); |
| 34 | } |
| 35 | |
| 36 | |
| 37 |
no test coverage detected