Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
d18a9b96
Commit
d18a9b96
authored
Mar 03, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/rsync/rsync.h:1.3
parent
fe746369
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rsync/rsync.h
View file @
d18a9b96
...
...
@@ -159,6 +159,10 @@ struct rsync_read_table_state
/* Public fields */
struct
rsync_table
*
table
;
/* Limits */
UINT32
max_count
;
UINT32
max_block_size
;
UINT32
count
;
/* Block count */
UINT32
block_size
;
UINT32
remainder
;
...
...
@@ -181,18 +185,27 @@ struct rsync_send_state
UINT8
*
next_out
;
UINT32
avail_out
;
/* Limits */
UINT32
max_count
;
UINT32
max_block_size
;
struct
rsync_table
*
table
;
/* Internal state */
int
state
;
/* The next block that we expect */
struct
rsync_node
*
guess
;
/* General buffer pointer */
UINT32
i
;
/* Input buffer */
UINT32
buf_size
;
UINT8
*
buf
;
UINT32
pos
;
UINT32
size
;
/* Length of literal to output. */
UINT32
literal
;
UINT8
token_buf
[
4
];
UINT32
token_length
;
unsigned
sum_a
;
unsigned
sum_b
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment