diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 15:05:26 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-09 15:05:26 -0700 |
commit | aec13b50fdbb210e25c9bcfcb8f902da842ac65f (patch) | |
tree | 53f5cb58bf032c104bc28418f948036c59de315c /include | |
parent | a95fa379cca0ddbce98d476b143c3606f3ae7bce (diff) | |
download | infinitytier-aec13b50fdbb210e25c9bcfcb8f902da842ac65f.tar.gz infinitytier-aec13b50fdbb210e25c9bcfcb8f902da842ac65f.zip |
Be a bit more verbose in circuit test reports to more clearly track current and upstream hop in graph traversal history.
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 175cedc5..80091f62 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -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 |