~jamesodhunt/ubuntu/raring/upstart/1.6

« back to all changes in this revision

Viewing changes to init/job.c

  • Committer: James Hunt
  • Date: 2011-12-14 14:09:46 UTC
  • mfrom: (1185.1.14 upstream)
  • Revision ID: james.hunt@ubuntu.com-20111214140946-omh0ikuf6utjdm1o
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
        job->trace_forks = 0;
152
152
        job->trace_state = TRACE_NONE;
153
153
 
 
154
        job->log = NULL;
 
155
 
154
156
        nih_hash_add (class->instances, &job->entry);
155
157
 
156
158
        NIH_LIST_FOREACH (control_conns, iter) {