Extended version info for TBTR.

This commit is contained in:
Jonathan G Rennison
2016-02-14 17:29:41 +00:00
parent 671c12999e
commit 99509acd1d
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
*/
enum SlXvFeatureIndex {
XSLFI_NULL = 0, ///< Unused value, to indicate that no extended feature test is in use
XSLFI_TEMPLATE_REPLACEMENT, ///< Template-based train replacement
XSLFI_SIZE, ///< Total count of features, including null feature
};