package xenstore

  1. Overview
  2. Docs
type 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. | Restrict
    (*

    The type of xenstore operation.

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