summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-common-errors.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-07 18:37:04 -0500
committerGitHub <noreply@github.com>2017-02-07 18:37:04 -0500
commit55295fd84d7ab0b80a3bda467f6be8d512311909 (patch)
tree412d6ac68976c006e69f69b4d49c59adaf368eb0 /src/libsystemd/sd-bus/bus-common-errors.h
parent27413cde0315fc6fc7327f61ef504a940c9f057a (diff)
parentd53333d4b106423d4c281ad15aefe00e17a57893 (diff)
Merge pull request #5219 from poettering/run-size-check
before reloading, check that /run/systemd has enough space
Diffstat (limited to 'src/libsystemd/sd-bus/bus-common-errors.h')
-rw-r--r--src/libsystemd/sd-bus/bus-common-errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-bus/bus-common-errors.h b/src/libsystemd/sd-bus/bus-common-errors.h
index 525b79fa77..4523be05ce 100644
--- a/src/libsystemd/sd-bus/bus-common-errors.h
+++ b/src/libsystemd/sd-bus/bus-common-errors.h
@@ -43,6 +43,7 @@
#define BUS_ERROR_SCOPE_NOT_RUNNING "org.freedesktop.systemd1.ScopeNotRunning"
#define BUS_ERROR_NO_SUCH_DYNAMIC_USER "org.freedesktop.systemd1.NoSuchDynamicUser"
#define BUS_ERROR_NOT_REFERENCED "org.freedesktop.systemd1.NotReferenced"
+#define BUS_ERROR_DISK_FULL "org.freedesktop.systemd1.DiskFull"
#define BUS_ERROR_NO_SUCH_MACHINE "org.freedesktop.machine1.NoSuchMachine"
#define BUS_ERROR_NO_SUCH_IMAGE "org.freedesktop.machine1.NoSuchImage"