summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-06-09 03:33:08 +0000
committermidipix <writeonce@midipix.org>2024-06-09 04:38:23 +0000
commitf9e2cb296c7939daf67133cfe5bc4843241a2346 (patch)
treebfa69bd24d9e3eaafaf82c7b86fec14c503e2a15 /include
parentb56498361d59ed226132c4ac6ff889db0387ba21 (diff)
downloadtpax-f9e2cb296c7939daf67133cfe5bc4843241a2346.tar.bz2
tpax-f9e2cb296c7939daf67133cfe5bc4843241a2346.tar.xz
logic: tpax_archive_add_queue_item(): record queue item device id as needed.
Diffstat (limited to 'include')
-rw-r--r--include/tpax/tpax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h
index fabcb7c..00271cb 100644
--- a/include/tpax/tpax.h
+++ b/include/tpax/tpax.h
@@ -60,6 +60,8 @@ extern "C" {
#define TPAX_DRIVER_PAX_SYMLINK_ARGS 0x4000000
#define TPAX_DRIVER_PAX_SYMLINK_ITEMS 0x8000000
+#define TPAX_DRIVER_STRICT_DEVICE_ID 0X10000000
+
/* error flags */
#define TPAX_ERROR_TOP_LEVEL 0x0001
#define TPAX_ERROR_NESTED 0x0002