NAME
grpc_session_info_release_np
- Release session information.
SYNOPSIS
grpc_error_t grpc_session_info_release_np(
grpc_session_info_t_np *info)
ARGUMENTS
grpc_session_info_t_np *info
- The session information
DESCRIPTION
The grpc_session_info_release_np() function release the session
information that allocated by grpc_session_info_get_np().
Returned immediately if NULL is specified in info.
This function is MT-safe.
RETURN VALUE
If successful, GRPC_NO_ERROR is returned. In the case of an error, Error code is returned.
last update : $Date: 2005/07/11 08:13:35 $