Query: votequorum_qdisk_getinfo
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VOTEQUORUM_QDISK_GETINFO(3) Corosync Cluster Engine Programmer's Manual VOTEQUORUM_QDISK_GETINFO(3)NAMEvotequorum_qdisk_getinfo - Get details of the quorum deviceSYNOPSIS#include <corosync/votequorum.h> int votequorum_qdisk_getinfo(votequorum_handle_t handle, struct votequorum_qdisk_info *info);DESCRIPTIONThe votequorum_qdisk_getinfo Returns information about the quorum device in the following structure: struct votequorum_qdisk_info { unsigned int votes; unsigned int state; char name[VOTEQUORUM_MAX_QDISK_NAME_LEN]; };RETURN VALUEThis call returns the CS_OK value if successful, otherwise an error is returned.ERRORSThe errors are undocumented.SEE ALSOvotequorum_overview(8), votequorum_initialize(3), votequorum_finalize(3), votequorum_dispatch(3), votequorum_fd_get(3), votequo- rum_qdisk_poll(3), votequorum_qdisk_unregister(3), votequorum_qdisk_getinfo(3), corosync Man Page 2009-01-26 VOTEQUORUM_QDISK_GETINFO(3)
Related Man Pages |
---|
votequorum_setexpected(3) - centos |
votequorum_fd_get(3) - debian |
votequorum_qdisk_poll(3) - debian |
votequorum_qdisk_unregister(3) - debian |
votequorum_fd_get(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Usefull HP-UX Man Page Online |
Linux Man Page Online Link |