mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-21 05:35:26 +00:00

The SAM library provide a tool to check the health of an application. The main purpose of SAM is to restart a local process when it fails to respond to a healthcheck request in a configured time interval. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2570 fd59a12c-fef9-0310-b244-a6a79926bd2f
13 lines
193 B
Plaintext
13 lines
193 B
Plaintext
# Version and symbol export for libsam.so
|
|
|
|
COROSYNC_SAM_1.0 {
|
|
global:
|
|
sam_initialized;
|
|
sam_finalize;
|
|
sam_start;
|
|
sam_stop;
|
|
sam_register;
|
|
sam_hc_send;
|
|
sam_hc_callback_register;
|
|
};
|