For servers that use only QNX messages, you'll need to set the
cross-endian flag RESMGR_FLAG_CROSS_ENDIAN in the
resmgr_attr_t structure that you pass to the function
resmgr_attach()
in order to identify it as a cross-endian capable server.
The actual byte-swapping code is done in libc.
Note:
Only the servers need to have the cross-endian flag RESMGR_FLAG_CROSS_ENDIAN set; the clients don't require this flag to be set.