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

Method notify

virtio-devices/src/vsock/mod.rs:269–271  ·  view source on GitHub ↗
(&mut self, evset: epoll::Events)

Source from the content-addressed store, hash-verified

267 epoll::Events::EPOLLIN
268 }
269 fn notify(&mut self, evset: epoll::Events) {
270 self.evset = Some(evset);
271 }
272 }
273 impl VsockBackend for TestBackend {}
274

Callers 3

notify_hotplugMethod · 0.45
notify_power_buttonMethod · 0.45
handle_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected