index.html 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
  5. <meta name="keywords" content="corosync, documentation, manual">
  6. <meta name="author" content="many">
  7. <meta name="copyright" content="&copy; 2009 Red Hat, Inc.">
  8. <!-- meta http-equiv="Content-Style-Type" content="text/css" -->
  9. <meta name="date" content="2009-03-17T13:50:00+01:00">
  10. <title>Corosync Documentation</title>
  11. </head>
  12. <body>
  13. <h1>Welcome to the corosync project's manual pages.</h1>
  14. <p>
  15. <a href="corosync_overview.8.html">corosync_overview(8)</a>:
  16. Overview of the corosync system.
  17. <br>
  18. <a href="corosync.conf.5.html">corosync.conf(5)</a>:
  19. Description of configuration options for corosync.
  20. <br>
  21. <a href="evs_overview.8.html">evs_overview(8)</a>:
  22. Overview of the evs extended virtual synchrony group
  23. communication toolkit.
  24. <br>
  25. <a href="evs_initialize.3.html">evs_initialize(3)</a>:
  26. Description of the evs_initialize interface.
  27. <br>
  28. <a href="evs_finalize.3.html">evs_finalize(3)</a>:
  29. Description of the evs_finalize interface.
  30. <br>
  31. <a href="evs_dispatch.3.html">evs_dispatch(3)</a>:
  32. Description of the evs_dispatch interface.
  33. <br>
  34. <a href="evs_fd_get.3.html">evs_fd_get(3)</a>:
  35. Description of the evs_fd_get interface.
  36. <br>
  37. <a href="evs_join.3.html">evs_join(3)</a>:
  38. Description of the evs_join interface.
  39. <br>
  40. <a href="evs_leave.3.html">evs_leave(3)</a>:
  41. Description of the evs_leave interface.
  42. <br>
  43. <a href="evs_mcast_groups.3.html">evs_mcast_groups(3)</a>:
  44. Description of the evs_mcast_groups interface.
  45. <br>
  46. <a href="evs_mcast_joined.3.html">evs_mcast_joined(3)</a>:
  47. Description of the evs_mcast_joined interface.
  48. <br>
  49. <a href="evs_membership_get.3.html">evs_membership_get(3)</a>:
  50. Description of the evs_membership_get interface.
  51. <br>
  52. <a href="cpg_overview.8.html">cpg_overview(8)</a>:
  53. Overview of the cpg extended virtual synchrony group
  54. communication toolkit.
  55. <br>
  56. <a href="cpg_initialize.3.html">cpg_initialize(3)</a>:
  57. Description of the cpg_initialize interface.
  58. <br>
  59. <a href="cpg_finalize.3.html">cpg_finalize(3)</a>:
  60. Description of the cpg_finalize interface.
  61. <br>
  62. <a href="cpg_dispatch.3.html">cpg_dispatch(3)</a>:
  63. Description of the cpg_dispatch interface.
  64. <br>
  65. <a href="cpg_fd_get.3.html">cpg_fd_get(3)</a>:
  66. Description of the cpg_fd_get interface.
  67. <br>
  68. <a href="cpg_join.3.html">cpg_join(3)</a>:
  69. Description of the cpg_join interface.
  70. <br>
  71. <a href="cpg_leave.3.html">cpg_leave(3)</a>:
  72. Description of the cpg_leave interface.
  73. <br>
  74. <a href="cpg_mcast_joined.3.html">cpg_mcast_joined(3)</a>:
  75. Description of the cpg_mcast_joined interface.
  76. <br>
  77. <a href="cpg_membership_get.3.html">cpg_membership_get(3)</a>:
  78. Description of the cpg_membership_get interface.
  79. <br>
  80. <a href="cpg_local_get.3.html">cpg_local_get(3)</a>:
  81. Description of the cpg_local_get interface.
  82. <br>
  83. <a href="cpg_groups_get.3.html">cpg_local_get(3)</a>:
  84. Description of the cpg_groups_get interface.
  85. <br>
  86. <a href="confdb_overview.8.html">confdb_overview(8)</a>:
  87. An overview of the Configuration database toolkit
  88. <br>
  89. <a href="confdb_dispatch.3.html">confdb_dispatch(3)</a>:
  90. Description of the confdb_dispatch interface.
  91. <br>
  92. <a href="confdb_fd_get.3.html">confdb_fd_get(3)</a>:
  93. Description of the confdb_fd_get interface.
  94. <br>
  95. <a href="confdb_finalize.3.html">confdb_finalize(3)</a>:
  96. Description of the confdb_finalize interface.
  97. <br>
  98. <a href="confdb_initialize.3.html">confdb_initialize(3)</a>:
  99. Description of the confdb_initialize interface.
  100. <br>
  101. <a href="confdb_key_create.3.html">confdb_key_create(3)</a>:
  102. Description of the confdb_key_create interface.
  103. <br>
  104. <a href="confdb_key_delete.3.html">confdb_key_delete(3)</a>:
  105. Description of the confdb_key_delete interface.
  106. <br>
  107. <a href="confdb_key_iter.3.html">confdb_key_iter(3)</a>:
  108. Description of the confdb_key_iter interface.
  109. <br>
  110. <a href="confdb_key_replace.3.html">confdb_key_replace(3)</a>:
  111. Description of the confdb_key_replace interface.
  112. <br>
  113. <a href="confdb_object_create.3.html">confdb_object_create(3)</a>:
  114. Description of the confdb_object_create interface.
  115. <br>
  116. <a href="confdb_object_destroy.3.html">confdb_object_destroy(3)</a>:
  117. Description of the confdb_object_destroy interface.
  118. <br>
  119. <a href="confdb_object_find.3.html">confdb_object_find(3)</a>:
  120. Description of the confdb_object_find interface.
  121. <br>
  122. <a href="confdb_object_iter.3.html">confdb_object_iter(3)</a>:
  123. Description of the confdb_object_iter interface.
  124. <br>
  125. <a href="confdb_object_parent_get.3.html">confdb_object_parent_get(3)</a>:
  126. Description of the confdb_object_parent_get interface.
  127. <br>
  128. <a href="votequorum_overview.8.html">votequorum_overview(8)</a>:
  129. An overview of the vote-based quorum service
  130. <br>
  131. <a href="votequorum_initialize.3.html">votequorum_initialize(3)</a>:
  132. Description of the votequorum interface.
  133. <br>
  134. <a href="votequorum_finalize.3.html">votequorum_finalize(3)</a>:
  135. Description of the votequorum interface.
  136. <br>
  137. <a href="votequorum_fd_get.3.html">votequorum_fd_get(3)</a>:
  138. Description of the votequorum interface.
  139. <br>
  140. <a href="votequorum_getinfo.3.html">votequorum_getinfo(3)</a>:
  141. Description of the votequorum interface.
  142. <br>
  143. <a href="votequorum_leaving.3.html">votequorum_leaving(3)</a>:
  144. Description of the votequorum interface.
  145. <br>
  146. <a href="votequorum_setexpected.3.html">votequorum_setexpected(3)</a>:
  147. Description of the votequorum interface.
  148. <br>
  149. <a href="votequorum_setvotes.3.html">votequorum_setvotes(3)</a>:
  150. Description of the votequorum interface.
  151. <br>
  152. <a href="votequorum_qdisk_register.3.html">
  153. votequorum_qdisk_register(3)</a>:
  154. Description of the votequorum interface.
  155. <br>
  156. <a href="votequorum_qdisk_unregister.3.html">
  157. votequorum_qdisk_unregister(3)</a>:
  158. Description of the votequorum interface.
  159. <br>
  160. <a href="votequorum_qdisk_poll.3.html">votequorum_qdisk_poll(3)</a>:
  161. Description of the votequorum interface.
  162. <br>
  163. <a href="votequorum_qdisk_getinfo.3.html">votequorum_qdisk_getinfo(3)</a>:
  164. Description of the votequorum interface.
  165. <br>
  166. </body>
  167. </html>