diff options
author | root <root@xena.domain.avtechpulse.com> | 2012-10-04 08:28:15 -0400 |
---|---|---|
committer | root <root@xena.domain.avtechpulse.com> | 2012-10-04 08:28:15 -0400 |
commit | a0f966ce43e7286d7e033d0b17ab00d6ff6609b5 (patch) | |
tree | 171a1af32f28bf5cf52dde69fff91599af97b84b /globals.h | |
parent | ff3ecc0632fbe0671f000595604e7c1de77f33dc (diff) |
wrap flash writes and shutdown sequence in flags
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |