ELinks 0.16.1.1
|
Information about a file in the torrent. More...
#include <common.h>
Data Fields | |
void * | magic1 |
struct bittorrent_file * | next |
struct bittorrent_file * | prev |
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. |
Information about a file in the torrent.
off_t bittorrent_file::length |
Length of the file in bytes.
void* bittorrent_file::magic1 |
void* bittorrent_file::magic2 |
md5_digest_hex_T bittorrent_file::md5sum |
Hexadecimal MD5 sum of the file.
char bittorrent_file::name[1] |
Filename converted from path list.
struct bittorrent_file* bittorrent_file::next |
struct bittorrent_file* bittorrent_file::prev |
int bittorrent_file::selected |