X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbus-errors.h;h=2db1b77f2212c65ad7ff784dd582f6836d661f20;hp=a63350cc2332466dccb1d6aae1877120f7486346;hb=caca31b57621d4c5632e1fbf9ffa4259f05a13e5;hpb=2528a7a62c4ad9b2f4773b608d208239299da50c diff --git a/src/bus-errors.h b/src/bus-errors.h index a63350cc2..2db1b77f2 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)