libsbp
v2.4.7
|
#include <linux.h>
Data Fields | |
u32 | sys_fd_count |
count of total FDs open on the system More... | |
char | most_opened [0] |
A null delimited list of strings which alternates between a string representation of the process count and the file name whose count it being reported. More... | |
char most_opened[0] |
A null delimited list of strings which alternates between a string representation of the process count and the file name whose count it being reported.
That is, in C string syntax "32\0/var/log/syslog\012\0/tmp/foo\0" with the end of the list being 2 NULL terminators in a row.