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 d6ccd7407f..82d4e99eef 100644
--- a/src/bus-errors.h
+++ b/src/bus-errors.h
@@ -43,6 +43,7 @@
#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"
+#define BUS_ERROR_NO_SUCH_PROCESS "org.freedesktop.systemd1.NoSuchProcess"
static inline const char *bus_error(const DBusError *e, int r) {
if (e && e->message)