Correction needed to make TX and RX integration work
diff --git a/lib/receiver/receiver_impl.h b/lib/receiver/receiver_impl.h
index 4972b62..d43bb27 100644
--- a/lib/receiver/receiver_impl.h
+++ b/lib/receiver/receiver_impl.h
@@ -35,6 +35,7 @@
     class receiver_impl : public receiver
     {
      private:
+        unsigned int d_samples_consumed;
         bool d_rx_time_received;
         time_sample_ref d_time_samp_ref;
         unsigned int d_c0_burst_start;