struct zxio_xattr_data
Defined at line 472 of file ../../sdk/lib/zxio/include/lib/zxio/types.h
Data passed to a callback from xattr_get. Can either be a pointer to some data or a vmo
containing the data. In neither case does the callback take ownership of the data; the callback
should copy any data it needs out of this and into it's own structure.
Public Members
void * data
zx_handle_t vmo
size_t len