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

Method initialize

src/ratetask.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class ratetask *ratetask::instance = nullptr;
36
37void ratetask::initialize()
38{
39 assert(!instance);
40 if (rate_increase) {
41 instance = new ratetask();
42 }
43}
44
45void ratetask::dump()
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected