X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=socket.h;h=5105adfb84762c82393423ef329727dabb9c31c3;hb=f7d0139401aa526f3df72cb45cff38f648737623;hp=6f2a7e811b02ae148e059be78b09242808951c19;hpb=80876c20f64f87765242bc35895977ab6a855729;p=elogind.git diff --git a/socket.h b/socket.h index 6f2a7e811..5105adfb8 100644 --- 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; };