diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-15 03:11:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-15 03:11:15 +0200 |
commit | 9e2f7c11fb6ba35ffec2274da3e2d08b10d23965 (patch) | |
tree | f25721469627d5ea25a9b2e77c2f5a13c9d7aefd /job.h | |
parent | 9fcc065a773b3804a84fe27e9089d76bfe0061fa (diff) |
core: add minimal templating system
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; |