| 6409 | } |
| 6410 | |
| 6411 | void |
| 6412 | TSTextLogObjectRollingOffsetHrSet(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 | |
| 6419 | void |
| 6420 | TSTextLogObjectRollingSizeMbSet(TSTextLogObject the_object, int rolling_size_mb) |
no test coverage detected