summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-11-02 09:09:29 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-11-02 09:09:29 -0400
commitcdbd46762b944ccc310315e11d865c2ea7cac922 (patch)
treedcd94f778505b4795c0b25dcd541005615c795ad /globals.h
parent2ee3c13800b11a609229df8f16c7028f52340571 (diff)
Add a flag to signal completion of startup. To be expanded.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index d7529f0..2fe6de7 100644
--- a/globals.h
+++ b/globals.h
@@ -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;