package corosync

  1. Overview
  2. Docs

Source file cmapctl.ml

1
2
3
4
5
6
7
8
open Corosync_lib
open Cmap

let get key = with_handle @@ fun handle -> get handle key

let set key value = with_handle @@ fun handle -> set handle key value

let get_prefix prefix = with_handle @@ fun handle -> get_prefix handle prefix
OCaml

Innovation. Community. Security.