Expand description
History representation for consistency checking.
Operations in a history follow a request/response model:
Invokemarks the start of an operationOkmarks successful completionFailmarks a definite failureInfomarks an indeterminate result (crash, timeout, etc.)
Structs§
- History
- A history of operations.
- Op
- A single operation in a history.
- Pid
- Process or thread identifier.
- Timestamp
- A timestamp for operation ordering, relative to an arbitrary epoch.