| 6360 | } |
| 6361 | |
| 6362 | void |
| 6363 | TSTextLogObjectFlush(TSTextLogObject the_object) |
| 6364 | { |
| 6365 | sdk_assert(sdk_sanity_check_iocore_structure(the_object) == TS_SUCCESS); |
| 6366 | |
| 6367 | (reinterpret_cast<TextLogObject *>(the_object))->force_new_buffer(); |
| 6368 | } |
| 6369 | |
| 6370 | TSReturnCode |
| 6371 | TSTextLogObjectDestroy(TSTextLogObject the_object) |