| 6417 | } |
| 6418 | |
| 6419 | void |
| 6420 | TSTextLogObjectRollingSizeMbSet(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 | |
| 6427 | TSReturnCode |
| 6428 | TSHttpSsnClientFdGet(TSHttpSsn ssnp, int *fdp) |
no test coverage detected