From f9e2cb296c7939daf67133cfe5bc4843241a2346 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 9 Jun 2024 03:33:08 +0000 Subject: logic: tpax_archive_add_queue_item(): record queue item device id as needed. --- src/internal/tpax_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h index 7054dce..23e9e23 100644 --- a/src/internal/tpax_driver_impl.h +++ b/src/internal/tpax_driver_impl.h @@ -57,6 +57,7 @@ struct tpax_dirent { int fdat; int depth; int flags; + dev_t stdev; size_t nsize; const char * prefix; const struct tpax_dirent * parent; -- cgit v1.2.3