[][src]Function rust_hdfs::hdfsGetDefaultBlockSize

pub unsafe extern "C" fn hdfsGetDefaultBlockSize(fs: hdfsFS) -> tOffset

hdfsGetDefaultBlockSize - Get the default blocksize.

@param fs The configured filesystem handle. @deprecated Use hdfsGetDefaultBlockSizeAtPath instead.

@return Returns the default blocksize, or -1 on error.