package corosync

  1. Overview
  2. Docs
OCaml Corosync binding

Install

Dune Dependency

Authors

Maintainers

Sources

corosync-0.0.1.tbz
sha256=c1cf8ae96757c0b9f91b7619dc0f6417782e0734404965667796098c0710fafd
sha512=b936be73cf049c5499e6eafef22caa459cf52553d0412f777213c810bae38bc77b55843edf671652115751279da66e834d4d9b7391e1d85aca4975ab4fd9626f

doc/src/corosync.tools/cfgtool.ml.html

Source file cfgtool.ml

1
2
3
4
5
6
7
8
9
open Corosync_lib
open Cfg

let local_get () = with_handle @@ cfg_local_get

let reload_config () = with_handle @@ cfg_reload_config

let get_node_addrs nodeid =
  with_handle @@ fun handle -> cfg_get_node_addrs handle nodeid
OCaml

Innovation. Community. Security.