package xenstore
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Xenstore protocol in pure OCaml
Install
dune-project
Dependency
github.com
Readme
Changelog
LGPL-2.1-only WITH OCaml-LGPL-linking-exception License
Edit opam file
Versions (2)
Authors
Maintainers
Sources
xenstore-2.3.0.tbz
sha256=d63c6bbcb2d3c297767d83c0a0f6dd46cecfd4e691f1cf5c5b6554445ec1b3f4
sha512=5cea990ab16ef708e53605172f708dde6ed15981cca6890939274db6efde1e5b2f9ec5c659d4d2f4115c5e0c3b69bcacc798a0d7fd5c1b75b83ddccd699de189
doc/xenstore.server/Xenstore_server/Connection/index.html
Module Xenstore_server.Connection
val info : ('a, unit, string, unit) format4 -> 'aval error : ('a, unit, string, unit) format4 -> 'aand t = {address : Xs_protocol.address;interface : (module Namespace.IO) option;domid : int;domstr : string;idx : int;transactions : (int32, Transaction.t) Hashtbl.t;mutable next_tid : int32;watches : (Store.Name.t, watch list) Hashtbl.t;mutable nb_watches : int;mutable nb_dropped_watches : int;mutable stat_nb_ops : int;mutable perm : Perms.t;watch_events : (string * string) Queue.t;cvar : unit Lwt_condition.t;domainpath : Store.Path.t;
}val by_address : (Xs_protocol.address, t) Hashtbl.tval watch_create : con:t -> name:Store.Name.t -> token:string -> watchval number_of_transactions : t -> intval anon_id_next : int refval destroy : Xs_protocol.address -> unitval counter : int refval create : Xs_protocol.address -> (module Namespace.IO) option -> tval restrict : t -> int -> unitval get_watches : t -> Store.Name.t -> watch listval add_watch : t -> Store.Name.t -> string -> watchval del_watch : t -> Store.Name.t -> string -> unitval fire_one : Store.Name.t option -> watch -> unitval fire : (Xs_protocol.Op.t * Store.Name.t) -> unitval find_next_tid : t -> int32val unregister_transaction : t -> int32 -> unitval get_transaction : t -> int32 -> Transaction.tval mark_symbols : t -> unitval stats : t -> int * intval debug : t -> stringmodule Interface : sig ... end sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>