ELinks 0.16.1.1
bittorrent_file Struct Reference

Information about a file in the torrent. More...

#include <common.h>

Collaboration diagram for bittorrent_file:

Data Fields

void * magic1
struct bittorrent_filenext
struct bittorrent_fileprev
void * magic2
off_t length
 Length of the file in bytes.
md5_digest_hex_T md5sum
 Hexadecimal MD5 sum of the file.
int selected
char name [1]
 Filename converted from path list.

Detailed Description

Information about a file in the torrent.

Field Documentation

◆ length

off_t bittorrent_file::length

Length of the file in bytes.

◆ magic1

void* bittorrent_file::magic1

◆ magic2

void* bittorrent_file::magic2

◆ md5sum

md5_digest_hex_T bittorrent_file::md5sum

Hexadecimal MD5 sum of the file.

◆ name

char bittorrent_file::name[1]

Filename converted from path list.

◆ next

struct bittorrent_file* bittorrent_file::next

◆ prev

struct bittorrent_file* bittorrent_file::prev

◆ selected

int bittorrent_file::selected

The documentation for this struct was generated from the following file: