[BACK]Return to job.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/job.h between version 1.6 and 1.7

version 1.6, 1999/12/18 21:53:32 version 1.7, 2000/06/17 14:38:17
Line 213 
Line 213 
                                  * for which the banner was printed */                                   * for which the banner was printed */
 extern int      nJobs;          /* Number of jobs running (local and remote) */  extern int      nJobs;          /* Number of jobs running (local and remote) */
 extern int      nLocal;         /* Number of jobs running locally */  extern int      nLocal;         /* Number of jobs running locally */
 extern Lst      jobs;           /* List of active job descriptors */  extern LIST     jobs;           /* List of active job descriptors */
 extern Lst      stoppedJobs;    /* List of jobs that are stopped or didn't  extern LIST     stoppedJobs;    /* List of jobs that are stopped or didn't
                                  * quite get started */                                   * quite get started */
 extern Boolean  jobFull;        /* Non-zero if no more jobs should/will start*/  extern Boolean  jobFull;        /* Non-zero if no more jobs should/will start*/
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7