MCPcopy Create free account
hub / github.com/USBGuard/usbguard / wakeup

Method wakeup

src/Library/IPCClientPrivate.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 }
189
190 void IPCClientPrivate::wakeup()
191 {
192 const uint64_t one = 1;
193 USBGUARD_SYSCALL_THROW("IPC client",
194 write(_wakeup_fd, &one, sizeof one) != sizeof one);
195 }
196
197 void IPCClientPrivate::stop(bool do_wait)
198 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected