| 6274 | } |
| 6275 | |
| 6276 | void |
| 6277 | TSStatIntSet(int id, TSMgmtInt value) |
| 6278 | { |
| 6279 | sdk_assert(sdk_sanity_check_stat_id(id) == TS_SUCCESS); |
| 6280 | global_api_metrics[id].store(value); |
| 6281 | } |
| 6282 | |
| 6283 | TSReturnCode |
| 6284 | TSStatFindName(const char *name, int *idp) |