summaryrefslogtreecommitdiff
path: root/src/bus-errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bus-errors.h')
-rw-r--r--src/bus-errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bus-errors.h b/src/bus-errors.h
index a63350cc23..2db1b77f22 100644
--- a/src/bus-errors.h
+++ b/src/bus-errors.h
@@ -41,6 +41,7 @@
#define BUS_ERROR_TRANSACTION_IS_DESTRUCTIVE "org.freedesktop.systemd1.TransactionIsDestructive"
#define BUS_ERROR_TRANSACTION_JOBS_CONFLICTING "org.freedesktop.systemd1.TransactionJobsConflicting"
#define BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC "org.freedesktop.systemd1.TransactionOrderIsCyclic"
+#define BUS_ERROR_SHUTTING_DOWN "org.freedesktop.systemd1.ShuttingDown"
static inline const char *bus_error(const DBusError *e, int r) {
if (e && e->message)