diff options
author | midipix <writeonce@midipix.org> | 2020-01-31 19:42:07 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-05-23 05:59:02 +0000 |
commit | 239ac5c3f246a737d7b70817319a37d6cece8a69 (patch) | |
tree | 73f811b95a22759acee5c72127a66e36d5ce0a13 /include | |
parent | 7a9a40611a0e20eb40b15aefdd3de2e12e9cc9de (diff) | |
download | tpax-239ac5c3f246a737d7b70817319a37d6cece8a69.tar.bz2 tpax-239ac5c3f246a737d7b70817319a37d6cece8a69.tar.xz |
driver: tpax_get_unit_ctx(): implemented the non-recursive bits.
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index 8c45468..a06a1e5 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -119,6 +119,10 @@ struct tpax_driver_ctx { struct tpax_unit_ctx { const char * const * path; + const char * const * link; + const struct tpax_ustar_header *uhdr; + const struct tpax_cpio_header * chdr; + const struct stat * st; void * any; }; |