summaryrefslogtreecommitdiff
path: root/gr-fec/lib/async_encoder_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/lib/async_encoder_impl.h')
-rw-r--r--gr-fec/lib/async_encoder_impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-fec/lib/async_encoder_impl.h b/gr-fec/lib/async_encoder_impl.h
index 7cca623d35..fe48177b95 100644
--- a/gr-fec/lib/async_encoder_impl.h
+++ b/gr-fec/lib/async_encoder_impl.h
@@ -47,6 +47,9 @@ namespace gr {
bool d_rev_unpack;
bool d_rev_pack;
+ uint8_t* d_bits_in;
+ uint8_t* d_bits_out;
+
void encode_packed(pmt::pmt_t msg);
void encode_unpacked(pmt::pmt_t msg);