diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-12 11:30:22 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-12 11:30:22 -0700 |
commit | 96576757552f1b0ce002df3e904419b7bfca62f8 (patch) | |
tree | 488029d8d7c645b581293e95fe311ef599464c81 /include | |
parent | 5d7174b162055340eb7622dd2e1e556c5a2dcd42 (diff) | |
download | infinitytier-96576757552f1b0ce002df3e904419b7bfca62f8.tar.gz infinitytier-96576757552f1b0ce002df3e904419b7bfca62f8.zip |
Plumbing through trusted path stuff to OneService.
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index f5523461..2d7b007b 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -893,6 +893,11 @@ typedef struct uint64_t lastReceive; /** + * Is this a trusted path? If so this will be its nonzero ID. + */ + uint64_t trustedPathId; + + /** * Is path active? */ int active; |