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)