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

Class logfile_id

src/logger.cpp:257–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 if (ringbuffer_files > 0) {
256 if (!lfi->ftimes) {
257 lfi->ftimes = (struct logfile_id*)calloc(ringbuffer_files,
258 sizeof(struct logfile_id));
259 }
260 /* We need to rotate away an existing file. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected