From 239ac5c3f246a737d7b70817319a37d6cece8a69 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 31 Jan 2020 19:42:07 -0500 Subject: driver: tpax_get_unit_ctx(): implemented the non-recursive bits. --- include/tpax/tpax.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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; }; -- cgit v1.2.3