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

Method qbIPCDispatchMod

src/Library/IPCServerPrivate.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 int32_t IPCServerPrivate::qbIPCDispatchMod(enum qb_loop_priority p, int32_t fd, int32_t evts,
225 void* data, qb_ipcs_dispatch_fn_t fn)
226 {
227 return qb_loop_poll_mod(G_qb_loop, p, fd, evts, data, fn);
228 }
229
230 int32_t IPCServerPrivate::qbIPCDispatchDel(int32_t fd)
231 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected