MCPcopy Create free account
hub / github.com/SIPp/sipp / wake

Method wake

src/watchdog.cpp:123–126  ·  view source on GitHub ↗

Returns the clock_tick when this task should next run

Source from the content-addressed store, hash-verified

121
122// Returns the clock_tick when this task should next run
123unsigned int watchdog::wake()
124{
125 return last_fire + interval;
126}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected