TSMgmtSourceGet

    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.

    TSMgmtSource

    Source of the current value for a management (configuration) value.

    • TS_MGMT_SOURCE_NULL

    • TS_MGMT_SOURCE_PLUGIN

      The configuration variable was created by a plugin and the value is the default value provided by a plugin.

    • The value has been set in . Note this value is returned even if the variable was explicitly set to the default value.

    if the var_name was found, if not.