1VOTEQUORUM_TRACKSTOCPo(r3o)sync Cluster Engine Programmer's MVaOnTuEaQlUORUM_TRACKSTOP(3)
2
3
4
6 votequorum_trackstop - Disable callbacks notification.
7
9 #include <corosync/votequorum.h>
10
11 int votequorum_trackstart(votequorum_handle_t *handle);
12
14 The votequorum_trackstop function is used to disable callbacks notifi‐
15 cation from the votequorum 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 votequorum_overview(3), votequorum_initialize(3), votequorum_final‐
41 ize(3), votequorum_getinfo(3), votequorum_trackstart(3), votequo‐
42 rum_fd_get(3), votequorum_dispatch(3), votequorum_context_set(3), vote‐
43 quorum_context_get(3), votequorum_setexpected(3), votequo‐
44 rum_setvotes(3)
45
46corosync Man Page 2021-06-03 VOTEQUORUM_TRACKSTOP(3)