diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-11 21:58:46 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-11 21:58:46 -0500 |
commit | b266400c927a219f99924b4a070ee61e4936af07 (patch) | |
tree | 762abff1a01f69c30f11605fd4b340b41ff1795a /src/core/service.h | |
parent | 1d00ee20319cf582e302148f4fb53cf963943038 (diff) | |
parent | 9ca6ff50ab7af9d122521c5bb9cc8201cb38181a (diff) |
Merge pull request #2590 from zonque/bus-endpoint-removal
Remove kdbus custom endpoint support
Diffstat (limited to 'src/core/service.h')
-rw-r--r-- | src/core/service.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/service.h b/src/core/service.h index d342e000bb..a5ced215e4 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -150,8 +150,6 @@ struct Service { int socket_fd; bool socket_fd_selinux_context_net; - int bus_endpoint_fd; - bool permissions_start_only; bool root_directory_start_only; bool remain_after_exit; |