Module ntp_daemon::spawn

source ·

Modules

Structs

  • Unique identifier for a peer. This peer id makes sure that even if the network address is the same that we always know which specific spawned peer we are talking about.
  • A SpawnEvent is an event created by the spawner for the system
  • Unique identifier for a spawner. This is used to identify which spawner was used to create a peer

Enums

  • This indicates what the reason was that a peer was removed.
  • The kind of action that the spawner requests to the system. Currently a spawner can only create peers
  • Events coming from the system are encoded in this enum

Traits