Tag InterestingLimit enum with target_os (#34259)

Only linux has interesting limits
This commit is contained in:
Tyera 2023-11-28 17:52:32 -07:00 committed by GitHub
parent df8893772e
commit 2bde5c3cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -393,6 +393,7 @@ pub struct SystemMonitorStatsReportConfig {
pub report_os_disk_stats: bool,
}
#[cfg(target_os = "linux")]
enum InterestingLimit {
Recommend(i64),
QueryOnly,