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

Function TSTextLogObjectRollingIntervalSecSet

src/api/InkAPI.cc:6403–6409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6401}
6402
6403void
6404TSTextLogObjectRollingIntervalSecSet(TSTextLogObject the_object, int rolling_interval_sec)
6405{
6406 sdk_assert(sdk_sanity_check_iocore_structure(the_object) == TS_SUCCESS);
6407
6408 (reinterpret_cast<TextLogObject *>(the_object))->set_rolling_interval_sec(rolling_interval_sec);
6409}
6410
6411void
6412TSTextLogObjectRollingOffsetHrSet(TSTextLogObject the_object, int rolling_offset_hr)

Callers 4

initMethod · 0.85
TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85

Tested by

no test coverage detected