From f25c4a033751d2b44564971369392235f3024bae Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 25 Jan 1994 21:15:25 +0000 Subject: Formerly handle_io_get_conch.c.~4~ --- libiohelp/handle_io_get_conch.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libiohelp/handle_io_get_conch.c') diff --git a/libiohelp/handle_io_get_conch.c b/libiohelp/handle_io_get_conch.c index 8f7a635a..1b7338de 100644 --- a/libiohelp/handle_io_get_conch.c +++ b/libiohelp/handle_io_get_conch.c @@ -18,8 +18,12 @@ #include "ioserver.h" +/* Called by an I/O server when an io_get_conch message is received. + The user represented by USER and USER_SH wants conch C; give it + to her or return an error. */ error_t -handle_io_get_conch (struct conch *c, void *user, struct shared_io *user_sh) +ioserver_handle_io_get_conch (struct conch *c, void *user, + struct shared_io *user_sh) { error_t error = 0; -- cgit v1.2.3