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

Function TSTextLogObjectRollingSizeMbSet

src/api/InkAPI.cc:6419–6425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6417}
6418
6419void
6420TSTextLogObjectRollingSizeMbSet(TSTextLogObject the_object, int rolling_size_mb)
6421{
6422 sdk_assert(sdk_sanity_check_iocore_structure(the_object) == TS_SUCCESS);
6423
6424 (reinterpret_cast<TextLogObject *>(the_object))->set_rolling_size_mb(rolling_size_mb);
6425}
6426
6427TSReturnCode
6428TSHttpSsnClientFdGet(TSHttpSsn ssnp, int *fdp)

Callers 1

TSPluginInitFunction · 0.85

Calls 2

set_rolling_size_mbMethod · 0.80

Tested by

no test coverage detected