metalink_piece_hash_t - Man Page

The structure that holds hash value of a piece.

Synopsis

#include <metalink/metalink_types.h>

Description

metalink_piece_hash_t is a structure that holds a hash value of a piece.

Structure Members

int piece;
char *hash;

type

Index of a piece starting 0.

hash

Null terminated string of a hash value in ASCII hexadecimal notation.

See Also

metalink_parse_file(3),

Referenced By

metalink_chunk_checksum_t(3).

10/28/2008 libmetalink 0.0.3 libmetalink Manual