Oracle® Solaris Cluster Reference Manual

Exit Print View

Updated: July 2014, E39662-01
 
 

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
ha-cluster/developer/api
Interface Stability
Evolving

See also

scds_initialize(3HA), attributes (5)