Add signals on bridges/tunnels SLXI info, move setting to PATX.

This commit is contained in:
Jonathan G Rennison
2015-08-01 21:41:44 +01:00
parent 9f79c555da
commit 09aa29de8b
3 changed files with 3 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_SIG_TUNNEL_BRIDGE, ///< Signals on tunnels and bridges
XSLFI_SIZE, ///< Total count of features, including null feature
};