From 3d85a615fb9a50e193eac5320522be409408a3c3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 28 Oct 2014 14:17:39 -0700 Subject: NULL dereference on still-initializing node bug fix in status query commands, and doc updates. --- include/ZeroTierOne.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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; }; /** -- cgit v1.2.3