diff options
author | midipix <writeonce@midipix.org> | 2024-07-15 16:35:50 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-07-16 04:05:54 +0000 |
commit | d81c573b1b55a210015cc2286c886202ad15ac71 (patch) | |
tree | b1f88b5c12c8c0555881d81170bc7792724025ed /src/internal | |
parent | 7c125b3a37d91a20813402a7463b05bfb38a027f (diff) | |
download | tpax-d81c573b1b55a210015cc2286c886202ad15ac71.tar.bz2 tpax-d81c573b1b55a210015cc2286c886202ad15ac71.tar.xz |
tpax_archive_add_queue_item(): also record the system (stat) inode 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 3df8244..8251fb0 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -65,6 +65,7 @@ struct tpax_dirent { int depth; int flags; dev_t stdev; + ino_t stino; size_t nsize; const char * prefix; const struct tpax_dirent * parent; |