mirror_corosync/lib/libsam.versions
Jan Friesse 0ed4d53083 SAM implementation merge
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
2009-12-07 17:06:53 +00:00

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;
};