summaryrefslogtreecommitdiff
path: root/src/libvmon/defs/proc_files.def
blob: 6e3db986cc1443f014d3797069d5c35896262567 (plain)
1
2
3
4
5
6
7
8
#include "_begin.def"

		/* 		member name,		symbolic constant,	human label,		human description (think UI/help) */
	/* /proc/$pid/fd */
vmon_datum_int(			fdnum,			FILES_FDNUM,		"FdNum",		"File descriptor number (historically 0-255)")
vmon_datum_char_array(		object_path,		FILES_OBJPATH,		"ObjPath",		"Object path this descriptor represents a handle for")

#include "_end.def"
© All Rights Reserved