Enum rust_corosync::cfg::ShutdownFlags [−][src]
pub enum ShutdownFlags {
Request,
Regardless,
Immediate,
}Expand description
Flags for try_shutdown
Variants
Request shutdown (other daemons will be consulted)
Tells other daemons but ignore their opinions
Go down straight away (but still tell other nodes)
Auto Trait Implementations
impl RefUnwindSafe for ShutdownFlagsimpl Send for ShutdownFlagsimpl Sync for ShutdownFlagsimpl Unpin for ShutdownFlagsimpl UnwindSafe for ShutdownFlags