Skip to main content

SYS_SILO_KILL

Constant SYS_SILO_KILL 

Source
pub const SYS_SILO_KILL: usize = 805; // 805usize
Expand description

Force-kill a silo immediately (SIGKILL).

  • silo_id: silo to kill

The silo is terminated without cleanup. Use SYS_SILO_STOP for graceful shutdown.