#include <rsync.h>
sum_structのコラボレーション図
変数 | |
| OFF_T | flength |
| total file length | |
| sum_buf * | sums |
| points to info for each chunk | |
| int32 | count |
| how many chunks | |
| int32 | blength |
| block_length | |
| int32 | remainder |
| flength % block_length | |
| int | s2length |
| sum2_length | |
| OFF_T flength |
points to info for each chunk
参照元 build_hash_table()・free_sums()・hash_search()・matched()・receive_sums().
| int32 count |
| int32 blength |
| int32 remainder |
| int s2length |
sum2_length
参照元 generate_and_send_sums()・hash_search()・read_sum_head()・receive_sums()・write_sum_head().
1.4.7