Save/load changes for order occupancy

This commit is contained in:
Jonathan G Rennison
2015-08-09 23:43:55 +01:00
parent 52c07d1f51
commit fdce64ddae
4 changed files with 5 additions and 2 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_ORDER_OCCUPANCY, ///< Running average of order occupancy
XSLFI_SIZE, ///< Total count of features, including null feature
};