From 96576757552f1b0ce002df3e904419b7bfca62f8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 12 Jul 2016 11:30:22 -0700 Subject: Plumbing through trusted path stuff to OneService. --- include/ZeroTierOne.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index f5523461..2d7b007b 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -892,6 +892,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? */ -- cgit v1.2.3