Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
Sun Cluster HA and Data Servicesscds_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 TYPEATTRIBUTE VALUE
AvailabilitySUNWscdev
Interface StabilityEvolving

SEE ALSO

 

scds_initialize(3HA), attributes(5)



Sun Cluster 3.1Go To TopLast Changed 17 Jun 2002