chiark / gitweb /
socket: add optional libwrap support
[elogind.git] / src / socket.h
index 5a2cd06d9d66a761c2df62421c0bfd00d3e64a10..de3e913f7cd787dc8826036bb9c10c3873bb939f 100644 (file)
@@ -101,6 +101,8 @@ struct Socket {
         mode_t directory_mode;
         mode_t socket_mode;
 
+        char *tcpwrap_name;
+
         bool accept;
         unsigned n_accepted;