#include <rsync.h>
Data Fields | |
char const* | op |
Human-readable name of current operation. More... | |
int | lit_cmds |
Number of literal commands. More... | |
rs_long_t | lit_bytes |
Number of literal bytes. More... | |
rs_long_t | lit_cmdbytes |
Number of bytes used in literal command headers. More... | |
rs_long_t | copy_cmds |
rs_long_t | copy_bytes |
rs_long_t | copy_cmdbytes |
rs_long_t | sig_cmds |
rs_long_t | sig_bytes |
int | false_matches |
rs_long_t | in_bytes |
Total bytes read from input. More... | |
rs_long_t | out_bytes |
Total bytes written to output. More... |
|
Human-readable name of current operation. For example, "delta". |
|
Number of literal commands.
|
|
Number of literal bytes.
|
|
Number of bytes used in literal command headers.
|
|
Total bytes read from input.
|
|
Total bytes written to output.
|