| 121 | } |
| 122 | |
| 123 | void smtp_client::rpc_wakeup(void* ctx) |
| 124 | { |
| 125 | UP_CTX* up = (UP_CTX*) ctx; |
| 126 | |
| 127 | callback_->smtp_report(up->msg.c_str(), |
| 128 | up->total, up->curr, meter_); |
| 129 | delete up; |
| 130 | } |
| 131 | |
| 132 | ////////////////////////////////////////////////////////////////////////// |
| 133 | // ���߳������� |
nothing calls this directly
no test coverage detected