1QUORUM_TRACKSTOP(3)Corosync Cluster Engine Programmer's ManuaQlUORUM_TRACKSTOP(3)
2
3
4
6 quorum_trackstop - Disable callbacks notification.
7
9 #include <corosync/quorum.h>
10
11 int quorum_trackstart(quorum_handle_t *handle);
12
14 The quorum_trackstop function is used to disable callbacks notification
15 from the quorum API.
16
18 This call returns the CS_OK value if successful, otherwise an error is
19 returned.
20
22 CS_ERR_TRY_AGAIN Resource temporarily unavailable
23
24 CS_ERR_INVALID_PARAM Invalid argument
25
26 CS_ERR_ACCESS Permission denied
27
28 CS_ERR_LIBRARY The connection failed
29
30 CS_ERR_INTERRUPT System call interrupted by a signal
31
32 CS_ERR_NOT_SUPPORTED The requested protocol/functionality not supported
33
34 CS_ERR_MESSAGE_ERROR Incorrect auth message received
35
36 CS_ERR_NO_MEMORY Not enough memory to complete the requested task
37
38
40 quorum_overview(8), quorum_initialize(3), quorum_finalize(3), quo‐
41 rum_getquorate(3), quorum_trackstart(3), quorum_fd_get(3), quorum_dis‐
42 patch(3), quorum_context_set(3), quorum_context_get(3)
43
44corosync Man Page 2018-10-30 QUORUM_TRACKSTOP(3)