From d137a488afb59801177dc34c218f339bfbbdb044 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Date: Mon, 22 Jul 2013 10:52:53 +0200 Subject: core: notify triggered by socket of a service --- src/core/socket.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/socket.h') diff --git a/src/core/socket.h b/src/core/socket.h index 8f9dfdbfb0..57333226f5 100644 --- a/src/core/socket.h +++ b/src/core/socket.h @@ -156,9 +156,6 @@ 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, bool failed_permanent); - /* Called from the mount code figure out if a mount is a dependency of * any of the sockets of this socket */ int socket_add_one_mount_link(Socket *s, Mount *m); -- cgit v1.2.3-54-g00ecf