Function hadoopRzOptionsAlloc

Source
pub unsafe extern "C" fn hadoopRzOptionsAlloc() -> *mut hadoopRzOptions
Expand description

Allocate a zero-copy options structure.

You must free all options structures allocated with this function using hadoopRzOptionsFree.

@return A zero-copy options structure, or NULL if one could not be allocated. If NULL is returned, errno will contain the error number.