diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-14 17:57:51 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-14 17:57:51 -0700 |
| commit | 67f1f1892f6e627897720b0b43937da31679b281 (patch) | |
| tree | a69c6e04e39a3071155a54b3e86bc99f50f546b9 /include | |
| parent | e205e5fdfea608e38a2a138aa8738c0885537c04 (diff) | |
| download | infinitytier-67f1f1892f6e627897720b0b43937da31679b281.tar.gz infinitytier-67f1f1892f6e627897720b0b43937da31679b281.zip | |
Bunch of tap stuff, IP address assignment hookups, etc.
Diffstat (limited to 'include')
| -rw-r--r-- | include/ZeroTierOne.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index fa4c48d6..a06aedee 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -457,6 +457,11 @@ typedef struct 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. |
