Skip to main content

SYS_SILO_START

Constant SYS_SILO_START 

Source
pub const SYS_SILO_START: usize = 803; // 803usize
Expand description

Start a silo (begin execution of its attached module).

  • silo_id: silo to start

The silo’s module init function is called, and the silo enters the running state.