From 4275a94c9d0e8ab2dee4632b6bee32fd634f4460 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 9 Jun 2024 04:29:32 +0000 Subject: driver: implemented and integrated the -X (strict device id) cmdline option. --- src/internal/tpax_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 23e9e23..2bcb486 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -51,6 +51,7 @@ enum app_tags { TAG_PRESERVE_ATIME, TAG_PAX_SYMLINK_ARGS, TAG_PAX_SYMLINK_ITEMS, + TAG_STRICT_DEVICE_ID, }; struct tpax_dirent { -- cgit v1.2.3