From a425bbc67301bf486fe5b0aba8adb59ae791403e Mon Sep 17 00:00:00 2001 From: Kees Bos Date: Wed, 6 May 2015 12:05:20 +0200 Subject: Renamed supernode to rootserver --- include/ZeroTierOne.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 9b82c8d6..b67d97ed 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -251,7 +251,7 @@ enum ZT1_Event /** * A more recent version was observed on the network * - * Right now this is only triggered if a hub or supernode reports a + * Right now this is only triggered if a hub or rootserver reports a * more recent version, and only once. It can be used to trigger a * software update check. * @@ -560,7 +560,7 @@ typedef struct enum ZT1_PeerRole { ZT1_PEER_ROLE_LEAF = 0, // ordinary node ZT1_PEER_ROLE_HUB = 1, // locally federated hub - ZT1_PEER_ROLE_SUPERNODE = 2 // planetary supernode + ZT1_PEER_ROLE_ROOTSERVER = 2 // planetary rootserver }; /** -- cgit v1.2.3