IO Miscelaneous

Name

IO Miscelaneous -- Other interesting functions.

Synopsis


gint        io_server_init                  (void);
gint        io_block_ready_server           (io_request_t *io_request);

Description

This functions wouldn't make a proper section, but I believe that they are relevant enough to be mencioned.

Details

io_server_init ()

gint        io_server_init                  (void);

Called from the subsystem's code to initialize the interface code.

Returns : nothing important.


io_block_ready_server ()

gint        io_block_ready_server           (io_request_t *io_request);

Called from the subsystem's code to tell the client about a fulfilled request.

io_request : the fulfilled request.
Returns : nothing important.