MCPcopy Create free account
hub / github.com/apache/trafficserver / update_inactive_time

Method update_inactive_time

src/proxy/PluginVC.cc:755–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753}
754
755void
756PluginVC::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//

Callers 1

process_write_sideMethod · 0.80

Calls 1

ink_get_hrtimeFunction · 0.85

Tested by

no test coverage detected