summaryrefslogtreecommitdiff
path: root/src/bus-errors.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-09-01 03:30:59 +0200
committerLennart Poettering <lennart@poettering.net>2010-09-01 03:30:59 +0200
commit8f6df3fa98ee74eaf5c34dddd272d2e3c10c3c27 (patch)
tree5fec4954f329146a2d6952e16e1319ba5bb1b2af /src/bus-errors.h
parentaabd9b11ba563e1d988b119960c94b139ec5de00 (diff)
dbus: don't accept activation requests anymore if we are going down anyway
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 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)