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

sum_buf Struct Reference

#include <rsync.h>


Data Fields

OFF_T offset
 offset in file of this chunk. More...

int len
 length of chunk of file. More...

int i
 index of this chunk. More...

uint32 sum1
 simple checksum. More...

char sum2 [SUM_LENGTH]
 checksum. More...


Field Documentation

OFF_T offset
 

offset in file of this chunk.

Definition at line 372 of file rsync.h.

Referenced by generate_sums(), and receive_sums().

int len
 

length of chunk of file.

Definition at line 373 of file rsync.h.

Referenced by generate_sums(), hash_search(), matched(), and receive_sums().

int i
 

index of this chunk.

Definition at line 374 of file rsync.h.

Referenced by generate_sums(), and receive_sums().

uint32 sum1
 

simple checksum.

Definition at line 375 of file rsync.h.

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

char sum2[SUM_LENGTH]
 

checksum.

Definition at line 376 of file rsync.h.

Referenced by generate_sums(), hash_search(), 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