package xenstore

  1. Overview
  2. Docs

Module Xenstore_server.SymbolSource

Sourcetype t = int
Sourcetype 'a record = {
  1. data : 'a;
  2. mutable garbage : bool;
}
Sourceval int_string_tbl : (int, string record) Hashtbl.t
Sourceval string_int_tbl : (string, int) Hashtbl.t
Sourceval created_counter : int ref
Sourceval used_counter : int ref
Sourceval count : int ref
Sourceval fresh : unit -> int
Sourceval new_record : 'a -> 'a record
Sourceval of_string : string -> int
Sourceval to_string : int -> string
Sourceval mark_all_as_unused : unit -> unit
Sourceval mark_as_used : int -> unit
Sourceval garbage : unit -> unit
Sourceval stats : unit -> int
Sourceval created : unit -> int
Sourceval used : unit -> int
OCaml

Innovation. Community. Security.