We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969b650 commit a1fb747Copy full SHA for a1fb747
src/unix/bsd/netbsdlike/openbsdlike/mod.rs
@@ -668,7 +668,8 @@ pub const KERN_GLOBAL_PTRACE: ::c_int = 81;
668
pub const KERN_CONSBUFSIZE: ::c_int = 82;
669
pub const KERN_CONSBUF: ::c_int = 83;
670
pub const KERN_AUDIO: ::c_int = 84;
671
-pub const KERN_MAXID: ::c_int = 85;
+pub const KERN_CPUSTATS: ::c_int = 85;
672
+pub const KERN_MAXID: ::c_int = 86;
673
pub const KERN_PROC_ALL: ::c_int = 0;
674
pub const KERN_PROC_PID: ::c_int = 1;
675
pub const KERN_PROC_PGRP: ::c_int = 2;
0 commit comments