mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11011
This commit is contained in:
parent
e4a5904073
commit
d1a3531fcb
|
@ -1,11 +1,5 @@
|
|||
#include "diagnostic_win.h"
|
||||
|
||||
struct PROCINFO {
|
||||
double virtual_size;
|
||||
double working_set_size;
|
||||
double user_time;
|
||||
double kernel_time;
|
||||
};
|
||||
#include "procinfo.h"
|
||||
|
||||
static int get_process_information(PVOID* ppBuffer, PULONG pcbBuffer) {
|
||||
int retval = 0;
|
||||
|
|
Loading…
Reference in New Issue