| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected