X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fsocket.h;h=fa3ebdafa064f050268b0dd15495fdadb4e106a6;hb=f5b51ea7fcb0b6380c3ceb4d4f3f22f647c6fd32;hp=ab342c34e82ecf4e30ad049cba46e28421513e8c;hpb=cf8bd44339b00330fdbc91041d6731ba8aba9fec;p=elogind.git diff --git a/src/core/socket.h b/src/core/socket.h index ab342c34e..fa3ebdafa 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -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 */