aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/include/uhd/rfnoc/chdr_types.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/include/uhd/rfnoc/chdr_types.hpp b/host/include/uhd/rfnoc/chdr_types.hpp
index 7b64bc9a0..e6c5e3912 100644
--- a/host/include/uhd/rfnoc/chdr_types.hpp
+++ b/host/include/uhd/rfnoc/chdr_types.hpp
@@ -708,6 +708,9 @@ public:
mgmt_op_t(const mgmt_op_t& rhs) = default;
//! Get the ops pending for this transaction
+ // Note that ops_pending is not used by UHD, since it can infer this value
+ // from the ops vector in mgmt_hop_t. It is needed only by the CHDR
+ // dissector.
inline uint8_t get_ops_pending() const
{
return _ops_pending;