Changes between Version 1 and Version 2 of Ticket #40
- Timestamp:
- Sep 23, 2010, 6:24:34 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40 – Description
v1 v2 137 137 struct topo_node_s **next_node); /// Next hop 138 138 }}} 139 140 141 = Open questions = 142 143 * Are edges of graph internal to node's private data or are explicit ? 144 * How to handle multiple output connexions of the same addressing type ? 145 * Maybe add an "output" index with source node ? (after source node, there should be no hesitation possible) 146