summaryrefslogtreecommitdiff
path: root/src/internal/tpax_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-07-15 16:35:50 +0000
committermidipix <writeonce@midipix.org>2024-07-16 04:05:54 +0000
commitd81c573b1b55a210015cc2286c886202ad15ac71 (patch)
treeb1f88b5c12c8c0555881d81170bc7792724025ed /src/internal/tpax_driver_impl.h
parent7c125b3a37d91a20813402a7463b05bfb38a027f (diff)
downloadtpax-d81c573b1b55a210015cc2286c886202ad15ac71.tar.bz2
tpax-d81c573b1b55a210015cc2286c886202ad15ac71.tar.xz
tpax_archive_add_queue_item(): also record the system (stat) inode 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 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;