diff options
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/buffer_double_mapped.h')
-rw-r--r-- | gnuradio-runtime/include/gnuradio/buffer_double_mapped.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/buffer_double_mapped.h b/gnuradio-runtime/include/gnuradio/buffer_double_mapped.h index 99b85fcc76..8ac7618d3d 100644 --- a/gnuradio-runtime/include/gnuradio/buffer_double_mapped.h +++ b/gnuradio-runtime/include/gnuradio/buffer_double_mapped.h @@ -109,6 +109,8 @@ private: * \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. * * The total size of the buffer will be rounded up to a system |