chiark / gitweb /
core/smack: downgrade info to debug
[elogind.git] / src / core / transaction.h
index 67ace4da0ba8e18336ecc352a35544e3cb7cb097..12f9194927c5b3c1ab33064418f9eb006b8bcec6 100644 (file)
@@ -33,9 +33,10 @@ struct Transaction {
         /* Jobs to be added */
         Hashmap *jobs;      /* Unit object => Job object list 1:1 */
         Job *anchor_job;      /* the job the user asked for */
+        bool irreversible;
 };
 
-Transaction *transaction_new(void);
+Transaction *transaction_new(bool irreversible);
 void transaction_free(Transaction *tr);
 
 int transaction_add_job_and_dependencies(