chiark / gitweb /
core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also mountin...
[elogind.git] / src / core / socket.h
index 076a1836983aef109dc414dd423443a7437b1ecb..f6bc37df8d28c76cdca1ad7ab4603baa527cd729 100644 (file)
@@ -125,7 +125,10 @@ struct Socket {
 
         SocketResult result;
 
+        char **symlinks;
+
         bool accept;
+        bool remove_on_stop;
 
         /* Socket options */
         bool keep_alive;