ELinks 0.18.0
bittorrent_file Struct Reference

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

#include <common.h>

Public Member Functions

 LIST_HEAD_EL (struct bittorrent_file)
 

Data Fields

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.

Member Function Documentation

◆ LIST_HEAD_EL()

bittorrent_file::LIST_HEAD_EL ( struct bittorrent_file )

Field Documentation

◆ length

off_t bittorrent_file::length

Length of the file in bytes.

◆ 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.

◆ selected

int bittorrent_file::selected

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