X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbus-errors.h;h=82d4e99eef2769faba543a0011c6c1dc88e00452;hp=d6ccd7407f8ca92c6cbe6927871fe570ab9f6f4c;hb=f4fb21c1515ca882514620b2dee31ef4246be565;hpb=6daf4f9001d87da9e92c04ff606b454c209f0951 diff --git a/src/bus-errors.h b/src/bus-errors.h index d6ccd7407..82d4e99ee 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)