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

Function TSTextLogObjectRollingOffsetHrSet

src/api/InkAPI.cc:6411–6417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6409}
6410
6411void
6412TSTextLogObjectRollingOffsetHrSet(TSTextLogObject the_object, int rolling_offset_hr)
6413{
6414 sdk_assert(sdk_sanity_check_iocore_structure(the_object) == TS_SUCCESS);
6415
6416 (reinterpret_cast<TextLogObject *>(the_object))->set_rolling_offset_hr(rolling_offset_hr);
6417}
6418
6419void
6420TSTextLogObjectRollingSizeMbSet(TSTextLogObject the_object, int rolling_size_mb)

Callers 2

TSPluginInitFunction · 0.85
TSPluginInitFunction · 0.85

Calls 2

set_rolling_offset_hrMethod · 0.80

Tested by

no test coverage detected