diff options
author | midipix <writeonce@midipix.org> | 2024-07-22 03:21:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-07-22 03:21:42 +0000 |
commit | 3e45a561ddfed71c4e377f3450d6e8e31c702c96 (patch) | |
tree | 2b8da4a0108ac92b031efefd6f3b40f9ebf06956 /include | |
parent | 6d4065b4f7f51d979708df360df7898d3e67b2ad (diff) | |
download | tpax-3e45a561ddfed71c4e377f3450d6e8e31c702c96.tar.bz2 tpax-3e45a561ddfed71c4e377f3450d6e8e31c702c96.tar.xz |
io interfaces: added tpax_io_range_read_ahead().
Diffstat (limited to 'include')
-rw-r--r-- | include/tpax/tpax.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tpax/tpax.h b/include/tpax/tpax.h index eef7092..66bef6d 100644 --- a/include/tpax/tpax.h +++ b/include/tpax/tpax.h @@ -211,6 +211,8 @@ tpax_api int tpax_io_seek (struct tpax_driver_ctx *, off_t, in tpax_api int tpax_io_range_read_next (struct tpax_driver_ctx *, void *, size_t); +tpax_api int tpax_io_range_read_ahead (struct tpax_driver_ctx *, void *, size_t); + tpax_api int tpax_io_create_memory_snapshot(const struct tpax_driver_ctx *, int, const char *, const struct stat *, void *); |