diff options
author | Miles Bader <miles@gnu.org> | 1995-07-18 18:38:02 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-07-18 18:38:02 +0000 |
commit | 311f82235641b85a35de3e05dcced843b8b7e6fc (patch) | |
tree | 552dd1ac5ee9854c698812c65fa30ab9f0e03072 | |
parent | 4bfec0b940ef2d351fd5189ff9d20c60546f0914 (diff) |
Formerly sock.h.~6~
-rw-r--r-- | pflocal/sock.h | 4 |
1 files changed, 4 insertions, 0 deletions
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; |