chiark / gitweb /
socket: optionally remove sockets/FIFOs in the file system after use
[elogind.git] / src / core / socket.h
index 076a1836983aef109dc414dd423443a7437b1ecb..42b1a1fe06f8b9b353ae9b907bc2113bfb7cc613 100644 (file)
@@ -126,6 +126,7 @@ struct Socket {
         SocketResult result;
 
         bool accept;
+        bool remove_on_stop;
 
         /* Socket options */
         bool keep_alive;