X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=socket.h;h=5495e3c5b9a9ccbd3b6353dc9a3491e310ff91cb;hp=2c8a69f6613cb524502c2ee240d869c21b61c365;hb=ceee3d82853a198884795e5d815b895468212b24;hpb=2a987ee8c94ac29545e3c94d47b5d493daea0b5e 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