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:
Adam Ierymenko 2015-10-09 15:05:26 -07:00
parent a95fa379cc
commit aec13b50fd
4 changed files with 20 additions and 10 deletions

View file

@ -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