diff options
author | midipix <writeonce@midipix.org> | 2024-07-16 04:10:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-07-16 04:10:40 +0000 |
commit | eba861e4ed34d46cd7925b4075d00f0f556afc2b (patch) | |
tree | b75fc3aedf43afc3b5b0006dca25054ad4843d35 /src/internal | |
parent | d81c573b1b55a210015cc2286c886202ad15ac71 (diff) | |
download | tpax-eba861e4ed34d46cd7925b4075d00f0f556afc2b.tar.bz2 tpax-eba861e4ed34d46cd7925b4075d00f0f556afc2b.tar.xz |
tpax_archive_add_queue_item(): also record the system st_rdev information.
Diffstat (limited to 'src/internal')
-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 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; |