diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-02 09:09:29 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-11-02 09:09:29 -0400 |
commit | cdbd46762b944ccc310315e11d865c2ea7cac922 (patch) | |
tree | dcd94f778505b4795c0b25dcd541005615c795ad /globals.h | |
parent | 2ee3c13800b11a609229df8f16c7028f52340571 (diff) |
Add a flag to signal completion of startup. To be expanded.
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,7 @@ #define SelfCalError 73 #define NetworkNotFound 74 #define ThisShouldntHappen 75 +#define Startup_Not_Finished 76 #define YES 1 #define NO 0 @@ -748,6 +749,7 @@ typedef struct { int force_output_fully_off; int shutdown_started; int flash_write_in_progress; + int startup_complete; } FlagStruct; |