summaryrefslogtreecommitdiff
path: root/gr-fec/lib/cc_decoder_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fec/lib/cc_decoder_impl.h')
-rw-r--r--gr-fec/lib/cc_decoder_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-fec/lib/cc_decoder_impl.h b/gr-fec/lib/cc_decoder_impl.h
index 7fe093496e..725a27d10a 100644
--- a/gr-fec/lib/cc_decoder_impl.h
+++ b/gr-fec/lib/cc_decoder_impl.h
@@ -71,6 +71,7 @@ namespace gr {
std::vector<int> d_polys;
struct v* d_vp;
COMPUTETYPE* d_managed_in;
+ unsigned int d_managed_in_size;
int d_numstates;
int d_decision_t_size;
int *d_start_state;