From 11d9f3a26203ad8ace2e3765d9d045e576c981a4 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 25 Jan 1994 21:16:20 +0000 Subject: Formerly handle_io_release_conch.c.~4~ --- libiohelp/handle_io_release_conch.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libiohelp/handle_io_release_conch.c') diff --git a/libiohelp/handle_io_release_conch.c b/libiohelp/handle_io_release_conch.c index d726993c..1cb1f23a 100644 --- a/libiohelp/handle_io_release_conch.c +++ b/libiohelp/handle_io_release_conch.c @@ -17,8 +17,11 @@ #include "ioserver.h" +/* Called by an I/O server upon receipt of an io_release_conch message; + The user identified by USER is done with conch C; release it and + allow a waiting user to obtain the conch. */ error_t -handle_io_release_conch (struct conch *c, void *user) +ioserver_handle_io_release_conch (struct conch *c, void *user) { error_t error = 0; -- cgit v1.2.3