Skip to content

Commit

Permalink
Add Decoder_written
Browse files Browse the repository at this point in the history
Needed by Decoder::decode_aligned() and Decoder::decode_block_aligned().
  • Loading branch information
Eugene Kim committed Nov 13, 2018
1 parent 04b255d commit c3adb4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/libraptorq.swigcxx
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,11 @@ using Compress = RaptorQ__v1::Compress;
using Error = RaptorQ__v1::Error;
using Fill_With_Zeros = RaptorQ__v1::Fill_With_Zeros;
using Work_State = RaptorQ__v1::Work_State;
struct Decoder_written
{
uint64_t written;
uint8_t offset;
};
#if 0
#endif
using RaptorQ__v1::supported_compressions;
Expand Down

0 comments on commit c3adb4b

Please sign in to comment.