diff options
Diffstat (limited to 'gnuradio-runtime/include/gr_block_detail.h')
-rw-r--r-- | gnuradio-runtime/include/gr_block_detail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnuradio-runtime/include/gr_block_detail.h b/gnuradio-runtime/include/gr_block_detail.h index c197266769..d24148f951 100644 --- a/gnuradio-runtime/include/gr_block_detail.h +++ b/gnuradio-runtime/include/gr_block_detail.h @@ -159,9 +159,9 @@ class GR_RUNTIME_API gr_block_detail { /*! * \brief Set core affinity of block to the cores in the vector mask. * - * \param mask a vector of unsigned ints of the core numbers available to this block. + * \param mask a vector of ints of the core numbers available to this block. */ - void set_processor_affinity(const std::vector<unsigned int> &mask); + void set_processor_affinity(const std::vector<int> &mask); /*! * \brief Unset core affinity. |