diff options
Diffstat (limited to 'src/internal/tpax_driver_impl.h')
-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; |