summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Henry <[email protected]>2022-03-02 09:55:23 -0800
committerJoseph Henry <[email protected]>2022-03-02 09:55:23 -0800
commit8148c658cfaf58f926a8fd2e0350b7f4a5e4baaa (patch)
tree7c70f8e4f010da8521923b18f98c16e42567a3b8 /include
parentf8e24f4629f0edde11c3e03c884c19a4fb69aaad (diff)
Remove bonds for peers that have fully expired. Remove notion of bond health
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index e88fbda1..e16d23f8 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -1405,11 +1405,6 @@ typedef struct
int bondingPolicy;
/**
- * The health status of the bond to this peer
- */
- bool isHealthy;
-
- /**
* The number of links that comprise the bond to this peer that are considered alive
*/
int numAliveLinks;