diff options
Diffstat (limited to 'job.h')
-rw-r--r-- | job.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ struct Job { bool installed:1; bool in_run_queue:1; bool matters_to_anchor:1; - bool forced:1; + bool override:1; bool in_dbus_queue:1; bool sent_dbus_new_signal:1; |