// LinkLock is already implemented in crate::sync::engine.
// Re-export it so callers can import from the daemon module if desired.
pub use crateLinkLock;
// ---------------------------------------------------------------------------
// SyncJob — describes a unit of work the daemon should execute
// ---------------------------------------------------------------------------
/// A job dispatched to a daemon worker.