Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

sum_struct Struct Reference

#include <rsync.h>

Collaboration diagram for sum_struct:

Collaboration graph
[legend]

Data Fields

OFF_T flength
 total file length. More...

size_t count
 how many chunks. More...

size_t remainder
 flength % block_length. More...

size_t n
 block_length. More...

sum_bufsums
 points to info for each chunk. More...


Field Documentation

OFF_T flength
 

total file length.

Definition at line 380 of file rsync.h.

Referenced by generate_sums().

size_t count
 

how many chunks.

Definition at line 381 of file rsync.h.

Referenced by generate_sums(), hash_search(), match_sums(), receive_sums(), send_files(), send_sums(), and write_batch_csum_info().

size_t remainder
 

flength % block_length.

Definition at line 382 of file rsync.h.

Referenced by generate_sums(), receive_sums(), send_files(), and send_sums().

size_t n
 

block_length.

Definition at line 383 of file rsync.h.

Referenced by generate_sums(), hash_search(), receive_sums(), send_files(), and send_sums().

struct sum_buf* sums
 

points to info for each chunk.

Definition at line 384 of file rsync.h.

Referenced by free_sums(), generate_sums(), hash_search(), matched(), read_batch_csum_info(), receive_sums(), send_sums(), and write_batch_csum_info().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 16 12:37:40 2002 for rsync by doxygen1.2.15