summaryrefslogtreecommitdiff
path: root/include/ZeroTierOne.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-31 14:14:58 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-31 14:14:58 -0700
commit54489a7f61a19b07eaa5a87d1df2ee30101f29ee (patch)
treed204eb4563522b32ef49c457f6650a58967c42c3 /include/ZeroTierOne.h
parent8e3004591bae72e20232200b74fe145f5574d02e (diff)
downloadinfinitytier-54489a7f61a19b07eaa5a87d1df2ee30101f29ee.tar.gz
infinitytier-54489a7f61a19b07eaa5a87d1df2ee30101f29ee.zip
rename SAMENESS to DIFFERENCE which is less confusing
Diffstat (limited to 'include/ZeroTierOne.h')
-rw-r--r--include/ZeroTierOne.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 121de7a2..73450006 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -625,7 +625,7 @@ enum ZT_VirtualNetworkRuleType
/**
* Match if local and remote tags differ by no more than value, use 0 to check for equality
*/
- ZT_NETWORK_RULE_MATCH_TAGS_SAMENESS = 51,
+ ZT_NETWORK_RULE_MATCH_TAGS_DIFFERENCE = 51,
/**
* Match if local and remote tags ANDed together equal value.