diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:15:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-25 21:15:25 +0000 |
commit | f25c4a033751d2b44564971369392235f3024bae (patch) | |
tree | 2260c04c103a230ecf4c73a1cf5ca715aa5d9445 | |
parent | e37cf46feeb29abf8fb30c6c7f1cc9499d32bfdb (diff) |
Formerly handle_io_get_conch.c.~4~
-rw-r--r-- | libiohelp/handle_io_get_conch.c | 6 |
1 files changed, 5 insertions, 1 deletions
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; |