TSMgmtSourceGet
TSMgmtSourceGet API function
- Provided by: trafficserver-dev (Version: 8.0.5+ds-3)
- Source: trafficserver
- Report a bug
TSMgmtSourceGet API function
#include <ts/ts.h>
Get the source of a value for a configuration variable. var_name is the name of the variable as a nul terminated string. The source value is stored in result. The function can return failure if var_name is not found.
TS_SUCCESS if the var_name was found, TS_ERROR if not.
2020, dev@trafficserver.apache.org