$treeview $search $mathjax $extrastylesheet
librsync
2.3.0
$projectbrief
|
$projectbrief
|
$searchbox |
Signature of a whole file. More...
Data Fields | |
int | magic |
The signature magic value. | |
int | block_len |
The block length. | |
int | strong_sum_len |
The block strong sum length. | |
int | count |
Total number of blocks. | |
int | size |
Total number of blocks allocated. | |
void * | block_sigs |
The packed block_sigs for all blocks. | |
hashtable_t * | hashtable |
The hashtable for finding matches. | |
long | calc_strong_count |
The count of strongsum calcs done. |
Signature of a whole file.
This includes the all the block sums generated for a file and datastructures for fast matching against them.
Definition at line 37 of file sumset.h.
void* rs_signature::block_sigs |