| 6401 | } |
| 6402 | |
| 6403 | void |
| 6404 | TSTextLogObjectRollingIntervalSecSet(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 | |
| 6411 | void |
| 6412 | TSTextLogObjectRollingOffsetHrSet(TSTextLogObject the_object, int rolling_offset_hr) |
no test coverage detected