SYNOPSIS
#include <corosync/cmap.h>
cs_error_t cmap_finalize (cmap_handle_t handle);
DESCRIPTION
The cmap_finalize function is used to to close a connection to the CMAP API. Once the connection is finalized, the handle may not be used again by applications. No more callbacks will be dispatched from the cmap_dispatch function.
RETURN VALUE
This call returns the CS_OK value if successful, otherwise an error is returned. CS_ERR_BAD_HANDLE error is returned when handle is invalid.