diff --git a/src/app/data_harvester/network.rs b/src/app/data_harvester/network.rs index d4ff3ca9..dcb496cd 100644 --- a/src/app/data_harvester/network.rs +++ b/src/app/data_harvester/network.rs @@ -15,6 +15,7 @@ impl NetworkHarvest { } } +/// Separate Windows implementation required due to https://github.com/heim-rs/heim/issues/26. #[cfg(target_os = "windows")] pub async fn get_network_data( sys: &sysinfo::System, prev_net_access_time: Instant, prev_net_rx: &mut u64,