home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume3 / sps / part1 / globals1.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  720 b   |  21 lines

  1. # include       "sps.h"
  2. # include       "flags.h"
  3.  
  4. /* Read/Write Variables global to the code of sps */
  5.  
  6. struct info                     Info ;          /* Information structure */
  7.  
  8. struct flags                    Flg ;           /* Flag options */
  9.  
  10. struct summary                  Summary ;       /* Summary of processes */
  11.  
  12. union  userstate                User ;          /* Upage of one process */
  13.  
  14. int                             Flmem, Flkmem, Flswap ; /* File descriptors */
  15.  
  16. unsigned                        Termwidth ;     /* Width of output device */
  17.  
  18. short                           Lastpgrp ;      /* Last process pgrp printed */
  19.  
  20. short                           Lastuid ;       /* Last process uid printed */
  21.