aboutsummaryrefslogtreecommitdiffstats
path: root/lib/osmosdr/osmosdr_src_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/osmosdr/osmosdr_src_c.h')
-rw-r--r--lib/osmosdr/osmosdr_src_c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/osmosdr/osmosdr_src_c.h b/lib/osmosdr/osmosdr_src_c.h
index 9156454..9e42e62 100644
--- a/lib/osmosdr/osmosdr_src_c.h
+++ b/lib/osmosdr/osmosdr_src_c.h
@@ -121,6 +121,7 @@ private:
gruel::thread _thread;
unsigned short **_buf;
unsigned int _buf_num;
+ unsigned int _buf_len;
unsigned int _buf_head;
unsigned int _buf_used;
boost::mutex _buf_mutex;