pub mod claim;
pub mod guard;
pub mod incarnation;
pub mod outcome;
pub mod pid_file;
pub mod stage;
pub mod stop;
#[cfg(test)]
mod test_records;
pub use claim::{HomeAlreadyClaimed, IntendedAddresses, claim_at_birth};
pub use guard::{PidFileGuard, RecordUpdate};
pub use incarnation::{IncarnationProbe, SelfIdentity};
pub use outcome::{NoteFate, OutcomeRecord, ParkedWorkerRecord};
pub use pid_file::{IncarnationState, PidRecord, StaleReconciliation};
pub use stage::StageReporter;
pub use stop::{StopOutcome, StopRefusal, StopVerdict, TerminationSignal, send_termination};