MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / set_rx_err

Method set_rx_err

virtio-devices/src/vsock/mod.rs:229–231  ·  view source on GitHub ↗
(&mut self, err: Option<VsockError>)

Source from the content-addressed store, hash-verified

227 }
228 }
229 pub fn set_rx_err(&mut self, err: Option<VsockError>) {
230 self.rx_err = err;
231 }
232 pub fn set_tx_err(&mut self, err: Option<VsockError>) {
233 self.tx_err = err;
234 }

Callers 1

test_rxq_eventFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_rxq_eventFunction · 0.64