| 753 | } |
| 754 | |
| 755 | void |
| 756 | PluginVC::update_inactive_time() |
| 757 | { |
| 758 | if (inactive_event && inactive_timeout) { |
| 759 | // inactive_event->cancel(); |
| 760 | // inactive_event = eventProcessor.schedule_in(this, inactive_timeout); |
| 761 | inactive_timeout_at = ink_get_hrtime() + inactive_timeout; |
| 762 | } |
| 763 | } |
| 764 | |
| 765 | // void PluginVC::setup_event_cb(ink_hrtime in) |
| 766 | // |
no test coverage detected