chiark / gitweb /
core: fix return value on OOM
[elogind.git] / src / core / socket.h
index ab342c34e82ecf4e30ad049cba46e28421513e8c..5acf214e1c73ca9202c1c188ec1ab92e85a8591d 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,7 +163,7 @@ struct Socket {
         char *smack_ip_in;
         char *smack_ip_out;
 
-        bool selinux_label_via_net;
+        bool selinux_context_from_net;
 
         char *user, *group;
 };