Searched defs:Transaction (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dtransaction.h22 typedef struct Transaction Transaction; typedef in typeref:struct:Transaction
29 struct Transaction { struct
36 Transaction *transaction_new(bool irreversible);
37 void transaction_free(Transaction *tr);
40 Transaction *tr,
49 int transaction_activate(Transaction *tr, Manager *m, JobMode mode, sd_bus_error *e);
50 int transaction_add_isolate_jobs(Transaction *tr, Manager *m);
51 void transaction_abort(Transaction *tr);

Completed in 23 milliseconds