summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-01 15:40:54 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-01 15:40:54 -0700
commit5076c49210542243075556aa1ab74f33d4d50ba3 (patch)
tree6e026aec5b56c82aaf30939fb00879e03a1ca23f /include
parent72e7e36a5b6eadcb9c2ce016269ef5bc9a54b13c (diff)
downloadinfinitytier-5076c49210542243075556aa1ab74f33d4d50ba3.tar.gz
infinitytier-5076c49210542243075556aa1ab74f33d4d50ba3.zip
Peer serialization and related changes.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index e8a19e33..8eacc993 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -627,8 +627,8 @@ typedef struct
*/
typedef enum {
ZT_LOCAL_INTERFACE_ADDRESS_TRUST_NORMAL = 0,
- ZT_LOCAL_INTERFACE_ADDRESS_TRUST_PRIVACY = 1,
- ZT_LOCAL_INTERFACE_ADDRESS_TRUST_ULTIMATE = 2
+ ZT_LOCAL_INTERFACE_ADDRESS_TRUST_PRIVACY = 10,
+ ZT_LOCAL_INTERFACE_ADDRESS_TRUST_ULTIMATE = 20
} ZT_LocalInterfaceAddressTrust;
/**