From acc91bc260046e228d8043e91d33d6793fb41c1a Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 25 May 2024 18:18:11 +0000 Subject: driver: implemented internal queue vectorization. --- src/internal/tpax_driver_impl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/internal') diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index f5fb9c8..1779043 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -78,6 +78,7 @@ struct tpax_driver_ctx_impl { char ** prefixp; char ** prefcap; char * prefptr[64]; + struct tpax_dirent ** direntv; struct tpax_dirent_buffer * dirents; struct tpax_dirent * dirmark; void * dirbuff; @@ -275,4 +276,6 @@ static inline ssize_t tpax_get_archive_block_size(const struct tpax_driver_ctx * return 0; } +int tpax_update_queue_vector(const struct tpax_driver_ctx * dctx); + #endif -- cgit v1.2.3