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

Function RecLinkConfigFloat

src/records/RecCore.cc:284–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284RecErrT
285RecLinkConfigFloat(const char *name, RecFloat *rec_float)
286{
287 if (RecGetRecordFloat(name, rec_float) == REC_ERR_FAIL) {
288 return REC_ERR_FAIL;
289 }
290 return RecRegisterConfigUpdateCb(name, link_float, (void *)rec_float);
291}
292
293RecErrT
294RecLinkConfigCounter(const char *name, RecCounter *rec_counter)

Callers

nothing calls this directly

Calls 2

RecGetRecordFloatFunction · 0.85

Tested by

no test coverage detected