Module Xs_protocol.RequestSource
Sourcetype path_op = | Read| Directory| Directory_part of int| Getperms| Write of string| Mkdir| Rm| Setperms of ACL.t
Sourcetype payload = | PathOp of string * path_op| Getdomainpath of int| Transaction_start| Watch of string * string| Unwatch of string * string| Transaction_end of bool| Debug of string list| Introduce of int * Nativeint.t * int| Resume of int| Release of int| Set_target of int * int| Isintroduced of int| Error of string| Watchevent of string
Sourceval prettyprint : t -> string