mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 21:40:32 +00:00
other: remove comment about skipping timeseries in basic (#1700)
Turns out I already did this. Nice.
This commit is contained in:
@@ -20,7 +20,7 @@ use crate::{
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct StoredData {
|
||||
pub last_update_time: Instant, // FIXME: (points_rework_v1) remove this?
|
||||
pub timeseries_data: TimeSeriesData, // FIXME: (points_rework_v1) Skip in basic?
|
||||
pub timeseries_data: TimeSeriesData,
|
||||
pub network_harvest: network::NetworkHarvest,
|
||||
pub ram_harvest: Option<MemData>,
|
||||
pub swap_harvest: Option<MemData>,
|
||||
|
||||
Reference in New Issue
Block a user