diff options
Diffstat (limited to 'src/shutdownd.h')
-rw-r--r-- | src/shutdownd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shutdownd.h b/src/shutdownd.h index ed8a704b1c..4581649733 100644 --- a/src/shutdownd.h +++ b/src/shutdownd.h @@ -33,6 +33,7 @@ _packed_ struct shutdownd_command { char mode; /* H, P, r, i.e. the switches usually passed to * shutdown to select whether to halt, power-off or * reboot the machine */ + bool dry_run; bool warn_wall; /* Yepp, sometimes we are lazy and use fixed-size strings like |