Expand description
Event kinds — FFI callback FmfEvent.kind and pipe event-push opcodes
carry the same values (docs/ARCHITECTURE.md Events section).
Enums§
- Event
Kind u32on the wire and in the FFI POD.
Constants§
- FMF_
EVENT_ ENGINE_ ERROR - Wire/FFI value of
EventKind::EngineError. - FMF_
EVENT_ INDEX_ CHANGED - Wire/FFI value of
EventKind::IndexChanged. - FMF_
EVENT_ PROGRESS - Wire/FFI value of
EventKind::Progress. - FMF_
EVENT_ RESCAN_ STARTED - Wire/FFI value of
EventKind::RescanStarted. - FMF_
EVENT_ VOLUME_ FAILED - Wire/FFI value of
EventKind::VolumeFailed. - FMF_
EVENT_ VOLUME_ READY - Wire/FFI value of
EventKind::VolumeReady. - SEVERITY_
ERROR - A recoverable error degraded a path but the engine keeps serving.
- SEVERITY_
PANIC - A caught panic crossed the FFI boundary (recovered via
catch_unwind). - SEVERITY_
WARN - Severity values carried in
FmfEvent.entriesforEventKind::EngineError.