[][src]Function rust_hdfs::hadoopRzOptionsSetSkipChecksum

pub unsafe extern "C" fn hadoopRzOptionsSetSkipChecksum(
    opts: *mut hadoopRzOptions,
    skip: c_int
) -> c_int

Determine whether we should skip checksums in read0.

@param opts The options structure. @param skip Nonzero to skip checksums sometimes; zero to always check them.

@return 0 on success; -1 plus errno on failure.