diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 16f9687..53cbcf8 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -170,6 +170,10 @@ int slbt_get_driver_ctx( case TAG_DEBUG: cctx.drvflags |= SLBT_DRIVER_DEBUG; break; + + case TAG_FEATURES: + cctx.drvflags |= SLBT_DRIVER_FEATURES; + break; } } else nunits++; |