libsbp  v2.4.7
msg_linux_process_fd_count_t Struct Reference

#include <linux.h>

Data Fields

u8 index
 sequence of this status message, values from 0-9 More...
 
u16 pid
 the PID of the process in question More...
 
u16 fd_count
 a count of the number of file descriptors opened by the process More...
 
char cmdline [0]
 the command line of the process in question More...
 

Detailed Description

Definition at line 148 of file linux.h.

Field Documentation

char cmdline[0]

the command line of the process in question

Definition at line 152 of file linux.h.

u16 fd_count

a count of the number of file descriptors opened by the process

Definition at line 151 of file linux.h.

u8 index

sequence of this status message, values from 0-9

Definition at line 149 of file linux.h.

u16 pid

the PID of the process in question

Definition at line 150 of file linux.h.


The documentation for this struct was generated from the following file: