|
librsync
2.3.4
|
Signature of a whole file. More...
#include <sumset.h>
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.
| int rs_signature::strong_sum_len |
| void* rs_signature::block_sigs |
| hashtable_t* rs_signature::hashtable |
| long rs_signature::calc_strong_count |
1.9.6