summaryrefslogtreecommitdiff
path: root/src/internal/tpax_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-05-18 14:02:56 +0000
committermidipix <writeonce@midipix.org>2025-05-18 14:14:22 +0000
commit563f2b7a806f3940720dea4c68a68faa40951f36 (patch)
treedd4bc581526b5d8652687d3e3c456e6e493a4022 /src/internal/tpax_driver_impl.h
parenta11b545a85a90f5f13b5cfd116e55a8179d2b39d (diff)
downloadtpax-563f2b7a806f3940720dea4c68a68faa40951f36.tar.bz2
tpax-563f2b7a806f3940720dea4c68a68faa40951f36.tar.xz
driver: tpax_lib_get_unit_ctx(): integrated pure path output support.
Diffstat (limited to 'src/internal/tpax_driver_impl.h')
-rw-r--r--src/internal/tpax_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h
index 02e0d84..9f87a72 100644
--- a/src/internal/tpax_driver_impl.h
+++ b/src/internal/tpax_driver_impl.h
@@ -129,6 +129,8 @@ struct tpax_driver_ctx_impl {
struct tpax_unit_ctx_impl {
const char * path;
+ const char * patharg;
+ char * pathbuf;
struct tpax_unit_ctx uctx;
struct stat st;
off_t hpos;