summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r--xdelta3/xdelta3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index d77649f..f8eee7a 100644
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -562,6 +562,7 @@ struct _xd3_winst
562 uint8_t mode; /* 0, VCD_SOURCE, VCD_TARGET */ 562 uint8_t mode; /* 0, VCD_SOURCE, VCD_TARGET */
563 usize_t size; 563 usize_t size;
564 xoff_t addr; 564 xoff_t addr;
565 xoff_t position; /* absolute position of this inst */
565}; 566};
566 567
567/* used by the encoder to buffer output in sections. list of blocks. */ 568/* used by the encoder to buffer output in sections. list of blocks. */
@@ -645,6 +646,7 @@ struct _xd3_whole_state {
645 usize_t instlen; 646 usize_t instlen;
646 xd3_winst *inst; 647 xd3_winst *inst;
647 usize_t inst_alloc; 648 usize_t inst_alloc;
649 xoff_t length;
648}; 650};
649 651
650/******************************************************************** 652/********************************************************************