scds_close(3HA) Sun Cluster HA and Data Services scds_close(3HA)
NAME
scds_close - free DSDL environment resources
SYNOPSIS
cc [flags...]-I
/usr/cluster/include file -L /usr/cluster/lib -l
dsdev
#include <rgm/libdsdev.h>
void scds_close(scds_handle_t*handle
DESCRIPTION
The scds_close() function reclaims resources that were allocated during data service method initialization by using scds_initialize(3HA).
Call this function once, prior to termination of the program.
PARAMETERS
The following parameters are supported:
handle The handle returned from scds_initialize().
FILES
/usr/cluster/include/rgm/libdsdev.h
Include file
/usr/cluster/lib/libdsdev.so
Library
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWscdev |
+-----------------------------+-----------------------------+
|Interface Stability |Evolving |
+-----------------------------+-----------------------------+
SEE ALSO
scds_initialize(3HA), attributes(5)
Sun Cluster 3.2 22 Jun 2006 scds_close(3HA)