chiark / gitweb /
service: optionally, trie dbus name cycle to service cycle
[elogind.git] / socket.h
index 6f2a7e811b02ae148e059be78b09242808951c19..5105adfb84762c82393423ef329727dabb9c31c3 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -102,6 +102,9 @@ struct Socket {
         mode_t directory_mode;
         mode_t socket_mode;
 
+        bool accept;
+        unsigned n_accepted;
+
         bool failure;
         Watch timer_watch;
 };