fuse_bufvec

Data buffer vector

An array of data buffers, each containing a memory pointer or a file descriptor.

Allocate dynamically to add more than one buffer.

Members

Variables

buf
fuse_buf[1] buf;

array of buffers

count
size_t count;
Undocumented in source.
idx
size_t idx;
Undocumented in source.
off
size_t off;
Undocumented in source.

Meta