Module Proto.Fid

A Fid is a client-side identifier for a file. Clients may have any number of fids open for the same file. Some fids may be prepared for Tread and Twrite requests by a Topen or Tcreate request.

type t
val nofid : t
val of_int : int -> t
val of_iovec : Iovec.t -> t
val write : w:Iovec.writer -> t -> Iovec.writer
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val to_int : t -> int