Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit d279b77

Browse files
committed
Add accidentally removed comment
1 parent cb35691 commit d279b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sysctl.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ impl SysctlStorage for atomic::AtomicBool {
5656

5757
pub struct Sysctl<T: SysctlStorage> {
5858
inner: Box<T>,
59+
// Responsible for keeping the ctl_table alive.
5960
_table: Box<[bindings::ctl_table]>,
6061
header: *mut bindings::ctl_table_header,
6162
}

0 commit comments

Comments
 (0)