home *** CD-ROM | disk | FTP | other *** search
- # ifndef lint
- static char SccsId[] = "@(#)globals1.c 1.1\t10/1/88" ;
- # endif
-
- # include "sps.h"
- # include "flags.h"
- # ifdef KVM
- # include <kvm.h>
- # endif
-
- /* Read/Write Variables global to the code of sps */
-
- struct info Info ; /* Information structure */
-
- struct flags Flg ; /* Flag options */
-
- struct summary Summary ; /* Summary of processes */
-
- union userstate User ; /* Upage of one process */
-
- # ifdef KVM
- kvm_t *Flkvm ; /* Kernel VM descriptor */
- # else
- int Flmem, Flkmem, Flswap ; /* File descriptors */
- # endif
-
- unsigned Termwidth ; /* Width of output device */
-
- short Lastpgrp ; /* Last process pgrp printed */
-
- short Lastuid ; /* Last process uid printed */
-