Be a bit more verbose in circuit test reports to more clearly track current and upstream hop in graph traversal history.
This commit is contained in:
parent
a95fa379cc
commit
aec13b50fd
4 changed files with 20 additions and 10 deletions
|
@ -733,9 +733,14 @@ typedef struct {
|
|||
*/
|
||||
typedef struct {
|
||||
/**
|
||||
* Sender of report
|
||||
* Sender of report (current hop)
|
||||
*/
|
||||
uint64_t address;
|
||||
uint64_t current;
|
||||
|
||||
/**
|
||||
* Previous hop
|
||||
*/
|
||||
uint64_t upstream;
|
||||
|
||||
/**
|
||||
* 64-bit test ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue