bye-bye vmstat.h

This commit is contained in:
albert 2003-06-08 17:30:09 +00:00
parent 5c99a21b72
commit 40a1be6956

View File

@ -1,34 +0,0 @@
/* vmstat.h - Header file: memory usage */
/*
* Copyright (c) 2003, by: Fabian Frederick
* All rights reserved. fabian.frederick@gmx.fr
*
*
* This file may be used subject to the terms and conditions of the
* GNU Library General Public License Version 2, or any later version
* at your option, as published by the Free Software Foundation.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Library General Public License for more details.
*
*
*/
#ifndef _IVMstat
#define _IVMstat
unsigned long dataUnit=1024;
char szDataUnit [16];
#define UNIT_B 1
#define UNIT_k 1000
#define UNIT_K 1024
#define UNIT_m 1000000
#define UNIT_M 1048576
#define VMSTAT 1
#define DISKSTAT 2
#define VMSUMSTAT 3
#define SLABSTAT 4
int statMode=VMSTAT;
#endif /* _IVMstat */