ToDo: These don't have the new metrics, only librecords.
| 3282 | |
| 3283 | // ToDo: These don't have the new metrics, only librecords. |
| 3284 | TSReturnCode |
| 3285 | TSMgmtFloatGet(const char *var_name, TSMgmtFloat *result) |
| 3286 | { |
| 3287 | return RecGetRecordFloat(const_cast<char *>(var_name), static_cast<RecFloat *>(result)) == REC_ERR_OKAY ? TS_SUCCESS : TS_ERROR; |
| 3288 | } |
| 3289 | |
| 3290 | TSReturnCode |
| 3291 | TSMgmtStringGet(const char *var_name, TSMgmtString *result) |