Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
562b6169
Commit
562b6169
authored
Jul 20, 2004
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a def_window_size variable to struct map_struct.
parent
98f51bfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
rsync.h
rsync.h
+3
-5
No files found.
rsync.h
View file @
562b6169
...
...
@@ -480,11 +480,9 @@ struct sum_struct {
struct
map_struct
{
char
*
p
;
/* Window pointer */
int
fd
;
/* File Descriptor */
int
p_size
;
/* Window size at allocation */
int
p_len
;
/* Window size after fill */
/* p_size and p_len could be
* consolodated by using a local
* variable in map_ptr() */
int
p_size
;
/* Largest window size we allocated */
int
p_len
;
/* Latest (rounded) window size */
int
def_window_size
;
/* Default window size */
int
status
;
/* first errno from read errors */
OFF_T
file_size
;
/* File size (from stat) */
OFF_T
p_offset
;
/* Window start */
...
...
Write
Preview
Markdown
is supported
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