summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2020-01-30 18:34:27 -0500
committermidipix <writeonce@midipix.org>2020-05-23 05:59:01 +0000
commit54c29f3214d9ad43bd0eeab1ff025af8bfbf1309 (patch)
tree9a1e737e852d24ef51d06e03b7899d4671e3e342 /src/internal
parent8aa3fcd31f72b70bf2ad23bb285f9675e2f17bca (diff)
downloadtpax-54c29f3214d9ad43bd0eeab1ff025af8bfbf1309.tar.bz2
tpax-54c29f3214d9ad43bd0eeab1ff025af8bfbf1309.tar.xz
driver: implemented block-size logic.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/tpax_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/tpax_driver_impl.h b/src/internal/tpax_driver_impl.h
index d061474..0a5c583 100644
--- a/src/internal/tpax_driver_impl.h
+++ b/src/internal/tpax_driver_impl.h
@@ -27,6 +27,7 @@ enum app_tags {
TAG_WRITE,
TAG_COPY,
TAG_FORMAT,
+ TAG_BLKSIZE,
};
struct tpax_driver_ctx_impl {