This variable stores the error status for the XPA commands.
This variable contains the last error code returned by the XPA library. The values it can contain, and their meanings, are:
0 |
No error |
1 |
XPA_COULD_NOT_CONNECT |
2 |
XPA_SERVER_ERROR |
3 |
XPA_MALLOC_ERROR |
It is the caller's responsibility to zero slxpa_errno when needed.
The slxpa_errno variable no longer contains the number of XPA servers that were contacted by the xpaset() call (unless the _CIAO3_XPA_COMPAT_ variable was defined prior to loading the module).
|