diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/buffer_single_mapped.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/buffer_single_mapped.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/buffer_single_mapped.h b/gnuradio-runtime/include/gnuradio/buffer_single_mapped.h index d20ab742ac..4aeae24491 100644 --- a/gnuradio-runtime/include/gnuradio/buffer_single_mapped.h +++ b/gnuradio-runtime/include/gnuradio/buffer_single_mapped.h @@ -130,6 +130,8 @@ protected: * \param sizeof_item is the size of an item in bytes. * \param downstream_lcm_nitems is the least common multiple of the items to * read by downstream blocks + * \param downstream_max_out_mult is the maximum output multiple of all + * downstream blocks * \param link is the block that writes to this buffer. * \param buf_owner if the block that owns the buffer which may or may not * be the same as the block that writes to this buffer |