summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/file_source_impl.h
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-07-13 13:59:16 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-07-13 13:59:16 -0700
commit7d29847824e68966de9dbeada02fa1d9a22ee8da (patch)
treed20e3b8490402cf20f3633707794d2ef38a94242 /gr-blocks/lib/file_source_impl.h
parentb629e3faa419a2fbd1d4f0a1563a28748dfc9403 (diff)
parent19c0aeea4320e40aea11564879e3d2b9c0ca0d21 (diff)
Merge branch 'next' into python3
Diffstat (limited to 'gr-blocks/lib/file_source_impl.h')
-rw-r--r--gr-blocks/lib/file_source_impl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gr-blocks/lib/file_source_impl.h b/gr-blocks/lib/file_source_impl.h
index 80232a1dbe..19f393fc1d 100644
--- a/gr-blocks/lib/file_source_impl.h
+++ b/gr-blocks/lib/file_source_impl.h
@@ -37,7 +37,12 @@ namespace gr {
FILE *d_new_fp;
bool d_repeat;
bool d_updated;
+ bool d_file_begin;
+ long d_repeat_cnt;
+ pmt::pmt_t d_add_begin_tag;
+
boost::mutex fp_mutex;
+ pmt::pmt_t _id;
void do_update();
@@ -52,6 +57,8 @@ namespace gr {
int work(int noutput_items,
gr_vector_const_void_star &input_items,
gr_vector_void_star &output_items);
+
+ void set_begin_tag(pmt::pmt_t val);
};
} /* namespace blocks */