![]()  | 
![]()  | 
![]()  | 
![]()  | 
![]()  | 
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. | 
Structure of a connect message that redirects a client to another resource
struct _io_connect_link_reply {
    uint32_t                    reserved1;
    uint32_t                    file_type;
    uint8_t                     eflag;
    uint8_t                     reserved2[1];
    uint16_t                    chroot_len;
    uint32_t                    umask;
    uint16_t                    nentries;
    uint16_t                    path_len;
/*
    struct _io_connect_entry    server[nentries];
    char                        path[path_len];
or
    struct _server_info         info;
    io_?_t                      msg;
*/
};
A resource manager uses the _io_connect_link_reply structure in a reply to a client that redirects the client to another resource. The members include:
_io_connect, _io_connect_ftype_reply, resmgr_connect_funcs_t
Writing a Resource Manager chapter of the Programmer's Guide.
![]()  | 
![]()  | 
![]()  | 
![]()  |