Data Fields | |
gint | magic |
Magic number. | |
download * | d |
Current download. | |
gint | fd |
Opened file descriptor, -1 if none. | |
time_t | start |
Start time, to determine computation rate. | |
filesize_t | size |
Size of file. | |
filesize_t | hashed |
Amount of data hashed so far. | |
SHA1Context | context |
SHA1 computation context. | |
gchar * | buffer |
Large buffer, where data is read. | |
gint | error |
Error code. |
|
Large buffer, where data is read.
|
|
SHA1 computation context.
|
|
Current download.
|
|
Error code.
|
|
Opened file descriptor, -1 if none.
|
|
Amount of data hashed so far.
|
|
Magic number.
|
|
Size of file.
|
|
Start time, to determine computation rate.
|