aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/rfnoc/graph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/include/uhdlib/rfnoc/graph.hpp')
-rw-r--r--host/lib/include/uhdlib/rfnoc/graph.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/graph.hpp b/host/lib/include/uhdlib/rfnoc/graph.hpp
index 73f983d41..9667f4817 100644
--- a/host/lib/include/uhdlib/rfnoc/graph.hpp
+++ b/host/lib/include/uhdlib/rfnoc/graph.hpp
@@ -263,8 +263,9 @@ private:
/*! Forward all edge properties from this node (\p origin) to the
* neighbouring ones
*
+ * \param forward true for forward edges, false for back-edges
*/
- void _forward_edge_props(rfnoc_graph_t::vertex_descriptor origin);
+ void _forward_edge_props(rfnoc_graph_t::vertex_descriptor origin, const bool forward);
/*! Check that the edge properties on both sides of the edge are equal
*