diff options
Diffstat (limited to 'src/core/service.h')
-rw-r--r-- | src/core/service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/service.h b/src/core/service.h index 5bcfd14339..ad0b3b381e 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -162,6 +162,8 @@ struct Service { pid_t main_pid, control_pid; int socket_fd; + int bus_endpoint_fd; + bool permissions_start_only; bool root_directory_start_only; bool remain_after_exit; |