Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
void Timer::Reschedule(double next)
201
{
202
InternalReschedule(false, next);
203
}
204
205
void Timer::InternalReschedule(bool completed, double next)
206
{
Callers
8
ScheduleNextRotation
Method · 0.80
Start
Method · 0.80
Resume
Method · 0.80
Resume
Method · 0.80
Resume
Method · 0.80
Resume
Method · 0.80
Resume
Method · 0.80
SetupCleanupTimer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected