summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/include/core/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/include/core/service.h')
-rw-r--r--src/grp-system/libcore/include/core/service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/grp-system/libcore/include/core/service.h b/src/grp-system/libcore/include/core/service.h
index 8670913dbd..7e4763a0ae 100644
--- a/src/grp-system/libcore/include/core/service.h
+++ b/src/grp-system/libcore/include/core/service.h
@@ -150,9 +150,11 @@ struct Service {
/* Runtime data of the execution context */
ExecRuntime *exec_runtime;
+ DynamicCreds dynamic_creds;
pid_t main_pid, control_pid;
int socket_fd;
+ SocketPeer *peer;
bool socket_fd_selinux_context_net;
bool permissions_start_only;
@@ -178,7 +180,7 @@ struct Service {
char *status_text;
int status_errno;
- FailureAction failure_action;
+ EmergencyAction emergency_action;
UnitRef accept_socket;