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