MCPcopy Create free account
hub / github.com/Icinga/icinga2 / Reschedule

Method Reschedule

lib/base/timer.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void Timer::Reschedule(double next)
201{
202 InternalReschedule(false, next);
203}
204
205void Timer::InternalReschedule(bool completed, double next)
206{

Callers 8

ScheduleNextRotationMethod · 0.80
StartMethod · 0.80
ResumeMethod · 0.80
ResumeMethod · 0.80
ResumeMethod · 0.80
ResumeMethod · 0.80
ResumeMethod · 0.80
SetupCleanupTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected