summaryrefslogtreecommitdiff
path: root/src/core/socket.h
diff options
context:
space:
mode:
authorUmut Tezduyar <umut@tezduyar.com>2013-07-22 10:52:53 +0200
committerLennart Poettering <lennart@poettering.net>2013-09-12 18:47:20 +0200
commitd137a488afb59801177dc34c218f339bfbbdb044 (patch)
treeb58faaf85f21839582c7f0467cf377f67c721c7c /src/core/socket.h
parentdc99a9764418a1974c46c55efa73b034f530a5a5 (diff)
downloadsystemd-d137a488afb59801177dc34c218f339bfbbdb044.tar.gz
core: notify triggered by socket of a service
Diffstat (limited to 'src/core/socket.h')
-rw-r--r--src/core/socket.h3
1 files changed, 0 insertions, 3 deletions
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);