summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorroot <root@xena.domain.avtechpulse.com>2012-10-04 08:28:15 -0400
committerroot <root@xena.domain.avtechpulse.com>2012-10-04 08:28:15 -0400
commita0f966ce43e7286d7e033d0b17ab00d6ff6609b5 (patch)
tree171a1af32f28bf5cf52dde69fff91599af97b84b /globals.h
parentff3ecc0632fbe0671f000595604e7c1de77f33dc (diff)
wrap flash writes and shutdown sequence in flags
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 13b6cc9..9e008dc 100644
--- a/globals.h
+++ b/globals.h
@@ -771,6 +771,8 @@ typedef struct {
int do_check_settings;
int flash_writes_suspended;
int force_output_fully_off;
+ int shutdown_started;
+ int flash_write_in_progress;
} FlagStruct;