| 488 | } |
| 489 | |
| 490 | int KqueuerObj::HangupNotify() |
| 491 | { |
| 492 | MtFrame* frame = MtFrame::Instance(); |
| 493 | frame->KqueueCtrlDel(this->GetOsfd(), this->GetEvents()); |
| 494 | return 0; |
| 495 | } |
| 496 | |
| 497 | int KqueuerObj::KqueueCtlAdd(void* args) |
| 498 | { |
no test coverage detected