[Sysfence-commit] sysfence datastruct.h,1.4,1.5
Status: Alpha
Brought to you by:
emes
|
From: Michal S. <em...@us...> - 2004-05-29 17:31:14
|
Update of /cvsroot/sysfence/sysfence In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6455 Modified Files: datastruct.h Log Message: + new structure describing single process Index: datastruct.h =================================================================== RCS file: /cvsroot/sysfence/sysfence/datastruct.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- datastruct.h 29 May 2004 17:29:28 -0000 1.4 +++ datastruct.h 29 May 2004 17:31:05 -0000 1.5 @@ -170,6 +170,12 @@ } sf_fs_stat; typedef struct { + // Statistics of single process + char state; + uid_t uid; +} sf_proc_stat; + +typedef struct { // Main statistics database double load[3]; long int mem[ VA_LAST ]; |