diff options
author | midipix <writeonce@midipix.org> | 2024-06-09 04:29:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-06-09 04:38:30 +0000 |
commit | 4275a94c9d0e8ab2dee4632b6bee32fd634f4460 (patch) | |
tree | 410c00282c054880e1590df15759f34920f5029f /src/internal/tpax_driver_impl.h | |
parent | f9e2cb296c7939daf67133cfe5bc4843241a2346 (diff) | |
download | tpax-4275a94c9d0e8ab2dee4632b6bee32fd634f4460.tar.bz2 tpax-4275a94c9d0e8ab2dee4632b6bee32fd634f4460.tar.xz |
driver: implemented and integrated the -X (strict device id) cmdline option.
Diffstat (limited to 'src/internal/tpax_driver_impl.h')
-rw-r--r-- | src/internal/tpax_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |