add new op

This commit is contained in:
cgd 1994-01-28 04:50:16 +00:00
parent f770281201
commit 4d5a32a441
1 changed files with 6 additions and 1 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)kinfo.h 7.9 (Berkeley) 6/26/91
* $Id: kinfo.h,v 1.3 1993/05/20 16:22:30 cgd Exp $
* $Id: kinfo.h,v 1.4 1994/01/28 04:50:16 cgd Exp $
*/
#ifndef _SYS_KINFO_H_
@ -73,6 +73,11 @@
*/
#define KINFO_FILE (3<<8)
/*
* load average
*/
#define KINFO_LOADAVG (4<<8)
/*
* Locking and stats
*/