dacs_runtime_exit

NAME

dacs_runtime_exit - Close down all runtime services for DaCS.

SYNOPSIS

DACS_ERR_T dacs_runtime_exit ( void )

Parameters  
None  

DESCRIPTION

The dacs_runtime_exit service closes down and destroys all runtime services, processes, transfers, and memory used by DACS. After calling this service, no other DaCS services can be used until another dacs_runtime_init() is performed. Calling dacs_runtime_init() after a dacs_runtime_exit() is only supported for a host process.

RETURN VALUE

The dacs_runtime_exit service returns an error indicator defined as:
  • DACS_SUCCESS: normal return.
  • DACS_ERR_DACSD_FAILURE: unable to communicate with DaCSd.

SEE ALSO

dacs_runtime_init(3)