Skip to content

Commit 0f21ce8

Browse files
committed
Add doc comment
1 parent fe9d2a5 commit 0f21ce8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/libproc/proc_pid.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,13 +601,21 @@ pub struct ProcFDInfo {
601601

602602
#[derive(Copy, Clone, Debug)]
603603
pub enum ProcFDType {
604+
/// AppleTalk
604605
ATalk = 0,
606+
/// vnode
605607
VNode = 1,
608+
/// socket
606609
Socket = 2,
610+
/// POSIX shared memory
607611
PSHM = 3,
612+
/// POSIX semaphore
608613
PSEM = 4,
614+
/// kqueue
609615
KQueue = 5,
616+
/// pipe
610617
Pipe = 6,
618+
/// FSEvents
611619
FSEvents = 7
612620
}
613621

0 commit comments

Comments
 (0)