summaryrefslogtreecommitdiff
path: root/src/core/service.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-11 21:58:46 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-02-11 21:58:46 -0500
commitb266400c927a219f99924b4a070ee61e4936af07 (patch)
tree762abff1a01f69c30f11605fd4b340b41ff1795a /src/core/service.h
parent1d00ee20319cf582e302148f4fb53cf963943038 (diff)
parent9ca6ff50ab7af9d122521c5bb9cc8201cb38181a (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.h2
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;