rapi_release - remove a session
#include <rapi.h>
int rapi_release (rapi_sid_t Sid)
Therapi_release() call removes the reservation, if any, and the state corresponding to a given session handle. This call will be made implicitly if the application terminates without closing its RSVP sessions.
- Sid
This parameter must be a session ID returned by a successfulrapi_session() call.
If the session handle is invalid, the call returns a corresponding RAPI error code; otherwise, it returns zero.
Contents | Next section | Index |