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

Function RecRegisterConfigInt

src/records/P_RecCore.cc:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100
101RecErrT
102RecRegisterConfigInt(RecT rec_type, const char *name, RecInt data_default, RecUpdateT update_type, RecCheckT check_type,
103 const char *check_regex, RecSourceT source, RecAccessT access_type)
104{
105 ink_assert((rec_type == RECT_CONFIG) || (rec_type == RECT_LOCAL));
106 REC_REGISTER_CONFIG_XXX(rec_int, RECD_INT);
107}
108
109RecErrT
110RecRegisterConfigFloat(RecT rec_type, const char *name, RecFloat data_default, RecUpdateT update_type, RecCheckT check_type,

Callers 3

RecordsConfigRegisterFunction · 0.85
initialize_recordFunction · 0.85
TSMgmtIntCreateFunction · 0.85

Calls

no outgoing calls

Tested by 1

RecordsConfigRegisterFunction · 0.68