| 1236 | } |
| 1237 | |
| 1238 | static void U2K_AsyncReadManagerThreaded_SyncRequest(AsyncReadManagerThreaded *t, AsyncReadCommand *c) |
| 1239 | { |
| 1240 | char* filepath = *(char**)c; |
| 1241 | LOG(LL_TRACE, LCF_HACKS | LCF_FILEIO, "U2K_AsyncReadManagerThreaded_SyncRequest called with file %s", filepath); |
| 1242 | |
| 1243 | return orig::U2K_AsyncReadManagerThreaded_SyncRequest(t, c); |
| 1244 | } |
| 1245 | |
| 1246 | /* These are all AsyncReadCommand complete callback used */ |
| 1247 |
no outgoing calls
no test coverage detected