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

Diff for /src/usr.bin/tmux/job.c between version 1.14 and 1.15

version 1.14, 2009/12/03 22:50:10 version 1.15, 2010/02/24 19:13:38
Line 32 
Line 32 
  */   */
   
 /* All jobs list. */  /* All jobs list. */
 struct joblist  all_jobs = SLIST_HEAD_INITIALIZER(&all_jobs);  struct joblist  all_jobs = SLIST_HEAD_INITIALIZER(all_jobs);
   
 RB_GENERATE(jobs, job, entry, job_cmp);  RB_GENERATE(jobs, job, entry, job_cmp);
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15