• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • xenstore

  • Documentation
  • xenstore lib
  • Xs_protocol .ACL Module
package xenstore
  • xenstore
    • Xs_handle
      • StringSet
    • Xs_protocol
      • ACL
      • IO
      • Op
      • PacketStream
        • IO
      • Parser
      • Request
      • Response
      • Token
      • Unmarshal
  • xenstore_client_lwt
    • Xs_client_lwt
      • Client
        • IO
      • IO
      • S
  • xenstore_client_unix
    • Xs_client_unix
      • Client
        • IO
      • IO
      • Task
  • xenstore_server
    • Xenstore_server
      • Call
      • Connection
        • Interface
      • Heap_debug_interface
      • Introduce
      • Junk
        • String
      • Logging
      • Logging_interface
      • Namespace
        • IO
        • Unsupported
      • Perms
      • Quota
      • Quota_interface
      • Store
        • Name
        • Node
        • Path
      • Symbol
      • Transaction
      • Trie
      • Xs_server
        • Server
          • PS
          • T
        • TRANSPORT
    • Xs_protocol
      • ACL
      • IO
      • Op
      • PacketStream
        • IO
      • Parser
      • Request
      • Response
      • Token
      • Unmarshal
Legend:
Library
Module
Module type
Parameter
Class
Class type
type perm =
  1. | NONE
  2. | READ
  3. | WRITE
  4. | RDWR
val char_of_perm : perm -> char
val perm_of_char : char -> perm option
type domid = int
type t = {
  1. owner : domid;
  2. other : perm;
  3. acl : (domid * perm) list;
}
val of_string : string -> t option
val to_string : t -> string

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct