Struct sda_protocol::AggregationStatus
[−]
[src]
pub struct AggregationStatus { pub aggregation: AggregationId, pub number_of_participations: usize, pub snapshots: Vec<SnapshotStatus>, }
Current status of an aggregation.
Fields
aggregation: AggregationId
Associated aggregation.
number_of_participations: usize
Current number of participations received.
snapshots: Vec<SnapshotStatus>
Associated anapshots and their status for this aggregation.