chiark / gitweb /
core: fix cgroups-agent match for kdbus
[elogind.git] / src / core / socket.h
index ab342c34e82ecf4e30ad049cba46e28421513e8c..fa3ebdafa064f050268b0dd15495fdadb4e106a6 100644 (file)
@@ -23,8 +23,6 @@
 
 typedef struct Socket Socket;
 
-#include "manager.h"
-#include "unit.h"
 #include "socket-util.h"
 #include "mount.h"
 #include "service.h"
@@ -165,9 +163,11 @@ struct Socket {
         char *smack_ip_in;
         char *smack_ip_out;
 
-        bool selinux_label_via_net;
+        bool selinux_context_from_net;
 
         char *user, *group;
+
+        bool reset_cpu_usage:1;
 };
 
 /* Called from the service code when collecting fds */