X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=socket.h;h=5495e3c5b9a9ccbd3b6353dc9a3491e310ff91cb;hb=bacffaab22278bca8c6bbb274d650d259a54350b;hp=2c8a69f6613cb524502c2ee240d869c21b61c365;hpb=acbb02252a38214ecba3aa8a5c9b3669f9c9317e;p=elogind.git diff --git a/socket.h b/socket.h index 2c8a69f66..5495e3c5b 100644 --- a/socket.h +++ b/socket.h @@ -82,6 +82,9 @@ struct Socket { /* Called from the service code when collecting fds */ int socket_collect_fds(Socket *s, int **fds, unsigned *n_fds); +/* Called from the service when it shut down */ +void socket_notify_service_dead(Socket *s); + extern const UnitVTable socket_vtable; #endif