Terminates the RSI interface for a remote host connection.
RSI Library (libSpmi.a)
#include sys/Rsi.h
void RSiClose(rhandle) RSiHandle rhandle;
The RSiClose subroutine is responsible for:
A successful RSiOpen (RSiOpen Subroutine) subroutine creates tables on the remote host it was issued against. Therefore, a data consumer program that has issued successful RSiOpen subroutine calls should issue an RSiClose (RSiClose Subroutine) subroutine call for each RSiOpen call before the program exits so that the tables in the remote xmservd daemon can be released.
This subroutine is part of the Performance Toolbox for AIX licensed product.
rhandleMust be an RSiHandle, which was previously initialized by the RSiOpen subroutine.
The macro RSiIsOpen can be used to test whether an RSI handle is open. It takes an RSiHandle as argument and returns true (1) if the handle is open, otherwise false (0).
/usr/include/sys/Rsi.hDeclares the subroutines, data structures, handles, and macros that an application program can use to access the RSI.
For related information, see: