This module defines the flow signature for MirageOS.
Release v3.0.0
Sourcetype write_error = [ | `Closed
] The type for generic write errors on flows.
pp_write_error is the pretty-printer for write errors.
Sourcetype 'a or_eof = [ | `Data of 'a| `Eof
] The type for read results on flows.
pp_or_eof is the pretty-printer for or_eof values.
Copy stats
Sourcetype stats = {read_bytes : int64;read_ops : int64;write_bytes : int64;write_ops : int64;duration : int64;
} The type for I/O statistics from a copy operation.
pp_stats is the pretty-printer for flow stats.