_io_connect_ftype_reply

Structure of a connect message giving a status and a file type

Synopsis:

#include <sys/iomsg.h>

struct _io_connect_ftype_reply {
        uint16_t status;
        uint16_t reserved;
        uint32_t file_type;
};

Description:

A resource manager uses the _io_connect_ftype_reply structure to send a status and a file type to a client that has sent a connect message.

The members include:

status
Typically one of the errno values.
file_type
The file type; one of the following (defined in <sys/ftype.h>):

Classification:

QNX Neutrino

See also:

_io_connect, _io_connect_link_reply, resmgr_connect_funcs_t

Writing a Resource Manager