From 311f82235641b85a35de3e05dcced843b8b7e6fc Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 18 Jul 1995 18:38:02 +0000 Subject: Formerly sock.h.~6~ --- pflocal/sock.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pflocal/sock.h b/pflocal/sock.h index 8b259284..8e8bd3c2 100644 --- a/pflocal/sock.h +++ b/pflocal/sock.h @@ -141,6 +141,10 @@ error_t addr_create (struct addr **addr); sock will have one reference added to it. */ error_t addr_get_sock (struct addr *addr, struct sock **sock); +/* Try to shutdown any active sockets, returning EBUSY if we can't. Assumes + RPCS's have been disabled. */ +error_t sock_goaway (int flags); + extern struct port_class *sock_user_port_class; extern struct port_class *addr_port_class; -- cgit v1.2.3