summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gr_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gr_buffer.h')
-rw-r--r--gnuradio-runtime/include/gr_buffer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gr_buffer.h b/gnuradio-runtime/include/gr_buffer.h
index 9b9f75604a..cc6a7a61fe 100644
--- a/gnuradio-runtime/include/gr_buffer.h
+++ b/gnuradio-runtime/include/gr_buffer.h
@@ -112,6 +112,7 @@ class GR_RUNTIME_API gr_buffer {
* the tag.
*
* \param tag the tag that needs to be removed
+ * \param id the unique ID of the block calling this function
*/
void remove_item_tag(const gr_tag_t &tag, long id);
@@ -283,6 +284,7 @@ class GR_RUNTIME_API gr_buffer_reader {
* \param v a vector reference to return tags into
* \param abs_start a uint64 count of the start of the range of interest
* \param abs_end a uint64 count of the end of the range of interest
+ * \param id the unique ID of the block to make sure already deleted tags are not returned
*/
void get_tags_in_range(std::vector<gr_tag_t> &v,
uint64_t abs_start,