summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-07 09:38:33 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-07 09:38:33 -0700
commit1b2cac0cc59790620262f447588274440c7fbefa (patch)
tree1ae8b46490a4a4fec307af82bfcfd0cbf7e7597a /include
parent598a1d8dd7f621bb75a7f0537c5a63ee93e85a4c (diff)
downloadinfinitytier-1b2cac0cc59790620262f447588274440c7fbefa.tar.gz
infinitytier-1b2cac0cc59790620262f447588274440c7fbefa.zip
Trim some cruft that is not used and probably never would be.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h27
1 files changed, 1 insertions, 26 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 341bb767..611e3699 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -256,38 +256,13 @@ enum ZT_Event
ZT_EVENT_FATAL_ERROR_IDENTITY_COLLISION = 4,
/**
- * A more recent version was observed on the network
- *
- * 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.
- *
- * Meta-data: unsigned int[3], more recent version number
- */
- ZT_EVENT_SAW_MORE_RECENT_VERSION = 5,
-
- /**
- * A packet failed authentication
- *
- * Meta-data: struct sockaddr_storage containing origin address of packet
- */
- ZT_EVENT_AUTHENTICATION_FAILURE = 6,
-
- /**
- * A received packet was not valid
- *
- * Meta-data: struct sockaddr_storage containing origin address of packet
- */
- ZT_EVENT_INVALID_PACKET = 7,
-
- /**
* Trace (debugging) message
*
* These events are only generated if this is a TRACE-enabled build.
*
* Meta-data: C string, TRACE message
*/
- ZT_EVENT_TRACE = 8
+ ZT_EVENT_TRACE = 5
};
/**