package corosync

  1. Overview
  2. Docs
OCaml Corosync binding

Install

Dune Dependency

Authors

Maintainers

Sources

corosync-0.1.0.tbz
sha256=50dfd86c7142e6fcd1a9aac3f17733e4ce4036823d3447852afa753152a88821
sha512=d43d33f1073bea24dfe3443859673dceeb7c26bae8198d7fef0477dc9779e51ffb5771e1a2964c0ae9ff73625c48e3e74d6d221dbcc3c803e8481331e443c7a3

doc/corosync.lib/Corosync_lib/Cfg/index.html

Module Corosync_lib.CfgSource

Sourceval (>>=) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
Sourceval corosync_cfg_handle_t : Unsigned.uint64 Ctypes.typ
Sourcetype corosync_cfg_callbacks_t
Sourcetype corosync_cfg_node_address_t
Sourceval corosync_cfg_shutdown_flags_t : int Ctypes.typ
Sourceval corosync_cfg_shutdown_callback_t : (Unsigned.uint64 -> int -> unit) Ctypes.fn
Sourceval corosync_cfg_shutdown_callback : (Unsigned.uint64 -> int -> unit, corosync_cfg_callbacks_t Ctypes.structure) Ctypes.field
Sourceval corosync_cfg_finalize : Unsigned.uint64 -> Corotypes.CsError.t
Sourceval corosync_cfg_local_get : Unsigned.uint64 -> Unsigned.uint Ctypes_static.ptr -> Corotypes.CsError.t
Sourceval corosync_cfg_get_node_addrs : Unsigned.uint64 -> Unsigned.uint -> Unsigned.uint64 -> int Ctypes_static.ptr -> corosync_cfg_node_address_t Ctypes.structure Ctypes_static.ptr -> Corotypes.CsError.t
Sourceval corosync_cfg_reload_config : Unsigned.uint64 -> Corotypes.CsError.t
Sourceval cfg_local_get : Unsigned.uint64 -> (int, Corotypes.CsError.t) result
Sourcetype cfg_node_address = {
  1. addr_len : int;
  2. addr : string;
}
Sourceval cfg_get_node_addrs : Unsigned.uint64 -> int -> (cfg_node_address list, Corotypes.CsError.t) result
Sourceval cfg_reload_config : Unsigned.uint64 -> (unit, Corotypes.CsError.t) result
Sourceval with_handle : (Unsigned.uint64 -> ('a, Corotypes.CsError.t) result) -> ('a, Corotypes.CsError.t) result
OCaml

Innovation. Community. Security.