home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
unix
/
volume23
/
sps2
/
part03
/
globals1.c
< prev
next >
Wrap
C/C++ Source or Header
|
1991-01-08
|
945b
|
32 lines
# 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 */