| 17763 | }; |
| 17764 | |
| 17765 | void Client::ll_interrupt(void *d) |
| 17766 | { |
| 17767 | MetaRequest *req = static_cast<MetaRequest*>(d); |
| 17768 | ldout(cct, 3) << __func__ << " tid " << req->get_tid() << dendl; |
| 17769 | tout(cct) << __func__ << " tid " << req->get_tid() << std::endl; |
| 17770 | interrupt_finisher.queue(new C_Client_RequestInterrupt(this, req)); |
| 17771 | } |
| 17772 | |
| 17773 | // ========================================= |
| 17774 | // layout |
no test coverage detected