grpc_session_info_release_np
- Release session information.
grpc_error_t grpc_session_info_release_np(
grpc_session_info_t_np *info)
grpc_session_info_t_np *info
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.
If successful, GRPC_NO_ERROR is returned. In the case of an error, Error code is returned.
last update : $Date: 2010-04-16 01:09:23 +0900 (金, 16 4月 2010) $