| 3362 | } |
| 3363 | |
| 3364 | void * |
| 3365 | TSContDataGet(TSCont contp) |
| 3366 | { |
| 3367 | sdk_assert(sdk_sanity_check_iocore_structure(contp) == TS_SUCCESS); |
| 3368 | |
| 3369 | INKContInternal *i = reinterpret_cast<INKContInternal *>(contp); |
| 3370 | |
| 3371 | return i->mdata; |
| 3372 | } |
| 3373 | |
| 3374 | TSAction |
| 3375 | TSContScheduleOnPool(TSCont contp, TSHRTime timeout, TSThreadPool tp) |