summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-14 10:09:26 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-14 10:09:26 -0700
commit4446dbde5edfd8f7ec9730886e5d577259d73de2 (patch)
treeae81ef0ee687e59c3fc2c9cacd5b77b31d95254b /include
parent769351b30ff270872fb8889cd2e90f408730f0b4 (diff)
downloadinfinitytier-4446dbde5edfd8f7ec9730886e5d577259d73de2.tar.gz
infinitytier-4446dbde5edfd8f7ec9730886e5d577259d73de2.zip
Big refactor in service code to prep for plumbing through route management.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h21
1 files changed, 2 insertions, 19 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index dbd62fad..efba90a8 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -804,33 +804,16 @@ typedef struct
int broadcastEnabled;
/**
- * If the network is in PORT_ERROR state, this is the error most recently returned by the port config callback
+ * If the network is in PORT_ERROR state, this is the (negative) error code most recently reported
*/
int portError;
/**
- * Is this network enabled? If not, all frames to/from are dropped.
- */
- int enabled;
-
- /**
- * Network config revision as reported by netconf master
- *
- * If this is zero, it means we're still waiting for our netconf.
+ * Revision number as reported by controller or 0 if still waiting for config
*/
unsigned long netconfRevision;
/**
- * Number of multicast group subscriptions
- */
- unsigned int multicastSubscriptionCount;
-
- /**
- * Multicast group subscriptions
- */
- ZT_MulticastGroup multicastSubscriptions[ZT_MAX_NETWORK_MULTICAST_SUBSCRIPTIONS];
-
- /**
* Number of assigned addresses
*/
unsigned int assignedAddressCount;