summaryrefslogtreecommitdiff
path: root/src/internal/tpax_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-07-16 04:10:40 +0000
committermidipix <writeonce@midipix.org>2024-07-16 04:10:40 +0000
commiteba861e4ed34d46cd7925b4075d00f0f556afc2b (patch)
treeb75fc3aedf43afc3b5b0006dca25054ad4843d35 /src/internal/tpax_driver_impl.h
parentd81c573b1b55a210015cc2286c886202ad15ac71 (diff)
downloadtpax-eba861e4ed34d46cd7925b4075d00f0f556afc2b.tar.bz2
tpax-eba861e4ed34d46cd7925b4075d00f0f556afc2b.tar.xz
tpax_archive_add_queue_item(): also record the system st_rdev information.
Diffstat (limited to 'src/internal/tpax_driver_impl.h')
-rw-r--r--src/internal/tpax_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h
index 8251fb0..7726e1f 100644
--- a/src/internal/tpax_driver_impl.h
+++ b/src/internal/tpax_driver_impl.h
@@ -64,6 +64,7 @@ struct tpax_dirent {
int fdat;
int depth;
int flags;
+ dev_t srdev;
dev_t stdev;
ino_t stino;
size_t nsize;