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

Function RecLinkConfigInt

src/records/RecCore.cc:263–270  ·  view source on GitHub ↗

------------------------------------------------------------------------- RecLinkConfigXXX -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

261// RecLinkConfigXXX
262//-------------------------------------------------------------------------
263RecErrT
264RecLinkConfigInt(const char *name, RecInt *rec_int)
265{
266 if (RecGetRecordInt(name, rec_int) == REC_ERR_FAIL) {
267 return REC_ERR_FAIL;
268 }
269 return RecRegisterConfigUpdateCb(name, link_int, (void *)rec_int);
270}
271
272RecErrT
273RecLinkConfigInt32(const char *name, int32_t *p_int32)

Callers

nothing calls this directly

Calls 2

RecGetRecordIntFunction · 0.85

Tested by

no test coverage detected