MCPcopy Create free account
hub / github.com/apache/trafficserver / RecLinkConfigCounter

Function RecLinkConfigCounter

src/records/RecCore.cc:293–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293RecErrT
294RecLinkConfigCounter(const char *name, RecCounter *rec_counter)
295{
296 if (RecGetRecordCounter(name, rec_counter) == REC_ERR_FAIL) {
297 return REC_ERR_FAIL;
298 }
299 return RecRegisterConfigUpdateCb(name, link_counter, (void *)rec_counter);
300}
301
302RecErrT
303RecLinkConfigString(const char *name, RecString *rec_string)

Callers

nothing calls this directly

Calls 2

RecGetRecordCounterFunction · 0.85

Tested by

no test coverage detected