chiark / gitweb /
service: hook up custom endpoint logic
[elogind.git] / src / core / service.h
index 5bcfd143395afaae093f528f6de09bb060620af4..ad0b3b381e4d892f9322180debb5166394e327fa 100644 (file)
@@ -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;