summaryrefslogtreecommitdiff
path: root/src/core/service.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-06-21 19:17:38 +0200
committerLennart Poettering <lennart@poettering.net>2017-06-26 15:14:41 +0200
commit9efb9df9e327932022ae78eee7f7979fa73b59ef (patch)
tree2eb6ed7c79849a9f217be0a8b74e1c44db56a428 /src/core/service.h
parent3ceb72e5582948cd81fa7018716c67ac7f17905e (diff)
downloadsystemd-9efb9df9e327932022ae78eee7f7979fa73b59ef.tar.gz
core: make NotifyAccess= and FileDescriptorStoreMax= available to transient services
This is helpful for debugging/testing #5606.
Diffstat (limited to 'src/core/service.h')
-rw-r--r--src/core/service.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/core/service.h b/src/core/service.h
index ff9cfaeb88..f4ba604f69 100644
--- a/src/core/service.h
+++ b/src/core/service.h
@@ -61,15 +61,6 @@ typedef enum ServiceExecCommand {
_SERVICE_EXEC_COMMAND_INVALID = -1
} ServiceExecCommand;
-typedef enum NotifyAccess {
- NOTIFY_NONE,
- NOTIFY_ALL,
- NOTIFY_MAIN,
- NOTIFY_EXEC,
- _NOTIFY_ACCESS_MAX,
- _NOTIFY_ACCESS_INVALID = -1
-} NotifyAccess;
-
typedef enum NotifyState {
NOTIFY_UNKNOWN,
NOTIFY_READY,
@@ -218,9 +209,6 @@ ServiceType service_type_from_string(const char *s) _pure_;
const char* service_exec_command_to_string(ServiceExecCommand i) _const_;
ServiceExecCommand service_exec_command_from_string(const char *s) _pure_;
-const char* notify_access_to_string(NotifyAccess i) _const_;
-NotifyAccess notify_access_from_string(const char *s) _pure_;
-
const char* notify_state_to_string(NotifyState i) _const_;
NotifyState notify_state_from_string(const char *s) _pure_;