package xenstore

  1. Overview
  2. Docs
Xenstore protocol in pure OCam

Install

dune-project
 Dependency

Authors

Maintainers

Sources

xenstore-2.4.0.tbz
sha256=11b63bb2a5a8bc487d36f36ecb195b2a2135aa13ab401cbc73da67505c08faa4
sha512=b921aa4265503677f4984007efee6865461a18031dc49583be040781307cc6cbfcd84bc11e9ebc0a23e9b0cf281bd94528c475624bc30471ad8ff70607e0732f

doc/xenstore/Xs_protocol/Op/index.html

Module Xs_protocol.OpSource

Sourcetype t =
  1. | Debug
  2. | Directory
  3. | Read
  4. | Getperms
  5. | Watch
  6. | Unwatch
  7. | Transaction_start
  8. | Transaction_end
  9. | Introduce
  10. | Release
  11. | Getdomainpath
  12. | Write
  13. | Mkdir
  14. | Rm
  15. | Setperms
  16. | Watchevent
  17. | Error
  18. | Isintroduced
  19. | Resume
  20. | Set_target
  21. | Invalid
  22. | Reset_watches
  23. | Directory_part
    (*

    The type of xenstore operation.

    *)
Sourceval to_string : t -> string
Sourceval of_int32 : int32 -> t option
Sourceval to_int32 : t -> int32