diff options
Diffstat (limited to 'libiohelp/handle_io_get_conch.c')
-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; |