Displaying 1 result from an estimated 1 matches for "flist_struct".
Did you mean:
  list_struct
  
2004 Jan 08
0
Implementing rsync hard-link improvements
...; to make rdev, link and sum conditional also?
> 
> The difference between these other items you mentioned is that we aren't
> talking about making them a separately-allocated structure.  I'd like to
> see the extra 16-bytes allocated for the hard-link data be a part of the
> flist_struct item to make it a single malloc.
Yes - that would save the overhead of a separate malloc.  And you
can just set jw's pointer to point to that co-allocated area as
a compromise.  :)
>> If you wanted i suppose you could make rdev, link and sum a
>> union within file_struct since the...