~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.h

Merge jam python groupcompress implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
         const void *buf, unsigned long bufsize,
78
78
         unsigned long *delta_size, unsigned long max_delta_size);
79
79
 
80
 
/* the smallest possible delta size is 4 bytes */
81
 
#define DELTA_SIZE_MIN  4
 
80
/* the smallest possible delta size is 3 bytes
 
81
 * Target size, Copy command, Copy length
 
82
 */
 
83
#define DELTA_SIZE_MIN  3
82
84
 
83
85
/*
84
86
 * This must be called twice on the delta data buffer, first to get the