librsync  2.3.4
Data Fields
Rollsum Struct Reference

The Rollsum state type. More...

#include <rollsum.h>

Data Fields

size_t count
 count of bytes included in sum More...
 
uint_fast16_t s1
 s1 part of sum More...
 
uint_fast16_t s2
 s2 part of sum More...
 

Detailed Description

The Rollsum state type.

Definition at line 36 of file rollsum.h.

Field Documentation

◆ count

size_t Rollsum::count

count of bytes included in sum

Definition at line 37 of file rollsum.h.

◆ s1

uint_fast16_t Rollsum::s1

s1 part of sum

Definition at line 38 of file rollsum.h.

◆ s2

uint_fast16_t Rollsum::s2

s2 part of sum

Definition at line 39 of file rollsum.h.


The documentation for this struct was generated from the following file: