Skip to main content

SYS_SILO_EVENT_NEXT

Constant SYS_SILO_EVENT_NEXT 

Source
pub const SYS_SILO_EVENT_NEXT: usize = 806; // 806usize
Expand description

Wait for the next event from a silo.

  • silo_id: silo to monitor
  • out_ptr: pointer to a SiloEvent struct to receive the event

Events include: state changes, faults, resource usage alerts. Blocks until an event is available.