NULL dereference on still-initializing node bug fix in status query commands, and doc updates.

This commit is contained in:
Adam Ierymenko 2014-10-28 14:17:39 -07:00
commit 3d85a615fb
4 changed files with 77 additions and 19 deletions

View file

@ -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;
};
/**