| 181 | } |
| 182 | |
| 183 | void IPCClientPrivate::thread() |
| 184 | { |
| 185 | USBGUARD_LOG(Trace) << "Entering IPC client main loop"; |
| 186 | qb_loop_run(_qb_loop); |
| 187 | USBGUARD_LOG(Trace) << "Leaving IPC client main loop"; |
| 188 | } |
| 189 | |
| 190 | void IPCClientPrivate::wakeup() |
| 191 | { |
nothing calls this directly
no outgoing calls
no test coverage detected