Skip to content

Commit

Permalink
Tag InterestingLimit enum with target_os (solana-labs#34259)
Browse files Browse the repository at this point in the history
Only linux has interesting limits
  • Loading branch information
Tyera authored Nov 29, 2023
1 parent df88937 commit 2bde5c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/system_monitor_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ pub struct SystemMonitorStatsReportConfig {
pub report_os_disk_stats: bool,
}

#[cfg(target_os = "linux")]
enum InterestingLimit {
Recommend(i64),
QueryOnly,
Expand Down

0 comments on commit 2bde5c3

Please sign in to comment.