44#define VCDIFF_VFS_INIT_MAX_SIZE(FD, SIZE) { .fd = FD, .max_size = SIZE }
49#define VCDIFF_VFS_INIT(FD) VCDIFF_VFS_INIT_MAX_SIZE(FD, SIZE_MAX)
Context for the underlying file.
size_t max_size
Maximum file size for vcdiff target files.
int fd
File descriptor of the VFS file.
const vcdiff_driver_t vcdiff_vfs_driver
Driver for accessing VFS-based file access.