From 156e23cd69630cba8dee55eaafae5d33e40c30bc Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 29 May 2024 03:10:40 +0000 Subject: driver: implemented the -f (archive path) command-line argument. --- src/internal/tpax_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal/tpax_driver_impl.h') diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index cd734b0..1333f25 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -38,6 +38,7 @@ enum app_tags { TAG_READ, TAG_WRITE, TAG_COPY, + TAG_FILE, TAG_FORMAT, TAG_BLKSIZE, TAG_RECURSE, @@ -65,6 +66,7 @@ struct tpax_dirent_buffer { }; struct tpax_driver_ctx_impl { + const char * file; struct tpax_common_ctx cctx; struct tpax_driver_ctx ctx; struct tpax_fd_ctx fdctx; -- cgit v1.2.3