sam_finalize (3) Linux Manual Page
sam_finalize – Terminate SAM service
Synopsis
#include <corosync/sam.h>
cs_error_t sam_finalize (void);
Description
The sam_finalize function is used to terminate SAM API. Once the connection is finalized, the SAM may not be used again by application. Whole functionality (health checking) will be stopped and after application fail, recovery action will not be taken.
Return Value
This call return CS_OK value if successful, otherwise and error is returned.
Errors
- CS_ERR_BAD_HANDLE
- library was not initialized by
sam_init(3)function or was finished already.See Also
sam_initialize(3)CS_ERR_TRY_AGAINResource temporarily unavailableCS_ERR_INVALID_PARAMInvalid argumentCS_ERR_ACCESSPermission deniedCS_ERR_LIBRARYThe connection failedCS_ERR_INTERRUPTSystem call inturrupted by a signalCS_ERR_NOT_SUPPORTEDThe requested protocol/functuality not supportedCS_ERR_MESSAGE_ERRORIncorrect auth message receivedCS_ERR_NO_MEMORYNot enough memory to completed the requested task
