1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-12 19:07:38 +00:00

Maiko sources matching state as of 020102 prior to initial patching for Mac OSX

This commit is contained in:
Nick Briggs
2015-04-20 18:53:52 -07:00
commit de170a64d9
427 changed files with 129342 additions and 0 deletions

53
inc/miscstat.h Executable file
View File

@@ -0,0 +1,53 @@
/* $Id: miscstat.h,v 1.2 1999/01/03 02:06:17 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
/*
* Copyright (C) 1987 by Fuji Xerox Co., Ltd. All rights reserved.
*
* by : Yasuhiko Kiuchi
*/
/************************************************************************/
/* */
/* Copyright 1989, 1990 Venue, Fuji Xerox Co., Ltd, Xerox Corp. */
/* */
/* This file is work-product resulting from the Xerox/Venue */
/* Agreement dated 18-August-1989 for support of Medley. */
/* */
/************************************************************************/
typedef struct misc
{
int starttime;
int totaltime;
int swapwaittime;
int pagefaults;
int swapwrites;
int diskiotime;
int diskops;
int keyboardwaittime;
int gctime;
int netiotime;
int netioops;
int swaptemp0;
int swaptemp1;
unsigned int rclksecond;
unsigned int secondsclock;
unsigned int millisecondsclock;
unsigned int baseclock;
unsigned int rclktemp0;
unsigned int secondstmp;
unsigned int millisecondstmp;
unsigned int basetmp;
int excesstimetmp;
int clocktemp0;
int disktemp0;
int disktemp1;
int teleraidtemp1;
int teleraidtemp2;
int teleraidtemp3;
int lastuseraction;
int dlmousetimer;
int dlmousetemp;
} MISCSTATS;