|
ELinks 0.19.1
|
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. | |
Information about a file in the torrent.
| bittorrent_file::LIST_HEAD_EL | ( | struct bittorrent_file | ) |
| off_t bittorrent_file::length |
Length of the file in bytes.
| md5_digest_hex_T bittorrent_file::md5sum |
Hexadecimal MD5 sum of the file.
| char bittorrent_file::name[1] |
Filename converted from path list.
| int bittorrent_file::selected |