summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-28 14:17:39 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-28 14:17:39 -0700
commit3d85a615fb9a50e193eac5320522be409408a3c3 (patch)
tree5c5fbce351cca376d78cf5f0d439345e8d92d262 /include
parentf873881a0ddf2043758b3e7925c95168600f42da (diff)
downloadinfinitytier-3d85a615fb9a50e193eac5320522be409408a3c3.tar.gz
infinitytier-3d85a615fb9a50e193eac5320522be409408a3c3.zip
NULL dereference on still-initializing node bug fix in status query commands, and doc updates.
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 0a7c7984..8d54953a 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -93,6 +93,11 @@ struct ZT1_Node_Status
* True if running; all other fields are technically undefined if this is false
*/
bool running;
+
+ /**
+ * True if initialization is complete
+ */
+ bool initialized;
};
/**